From e45243924e9370aeea9d07052ba82c67428f94c1 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Mon, 11 Apr 2016 02:00:16 -0700 Subject: [PATCH] oops --- app/views/common/_special_font_face.html.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/common/_special_font_face.html.erb b/app/views/common/_special_font_face.html.erb index 1a8451b284f..50dea95f07c 100644 --- a/app/views/common/_special_font_face.html.erb +++ b/app/views/common/_special_font_face.html.erb @@ -14,6 +14,7 @@ @font-face { font-family: 'FontAwesome'; src: url('<%=asset_path "fontawesome-webfont.woff2" %>?<%= font_domain %>&v=4.5.0') format('woff2'), + url('<%=asset_path "fontawesome-webfont.woff" %>?<%= font_domain %>&v=4.5.0') format('woff'); font-weight: normal; font-style: normal; }