remove link to missing woff2 font (fixes #23)

This commit is contained in:
czmj 2017-09-29 16:12:30 +01:00
parent 7c58fa31b2
commit c4d42322de
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@
font-family: 'FontAwesome';
src: url('#{$fa-font-path}/font-awesome.eot?v=#{$fa-version}');
src: url('#{$fa-font-path}/font-awesome.eot?#iefix&v=#{$fa-version}') format('embedded-opentype'),
url('#{$fa-font-path}/font-awesome.woff2?v=#{$fa-version}') format('woff2'),
url('#{$fa-font-path}/font-awesome.woff?v=#{$fa-version}') format('woff'),
url('#{$fa-font-path}/font-awesome.ttf?v=#{$fa-version}') format('truetype'),
url('#{$fa-font-path}/font-awesome.svg?v=#{$fa-version}#fontawesomeregular') format('svg');