This commit is contained in:
Jeff Atwood 2016-04-11 02:00:16 -07:00
parent fff03fb7c3
commit e45243924e

View file

@ -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;
}