is it really necessary to specify 'normal' font?

This commit is contained in:
Jeff Atwood 2016-04-11 02:30:06 -07:00
parent b85f41ad67
commit 36e3e53798
2 changed files with 0 additions and 4 deletions

View File

@ -10,6 +10,4 @@
//url('#{$fa-font-path}/fontawesome-webfont.svg?v=#{$fa-version}#fontawesomeregular') format('svg'),
//url('#{$fa-font-path}/fontawesome-webfont.eot?#iefix&v=#{$fa-version}') format('embedded-opentype'),
// src: url('#{$fa-font-path}/FontAwesome.otf') format('opentype'); // used when developing fonts
font-weight: normal;
font-style: normal;
}

View File

@ -15,7 +15,5 @@
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;
}
</style>