remove link to missing woff2 font (fixes #23)
This commit is contained in:
parent
7c58fa31b2
commit
c4d42322de
@ -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');
|
||||
|
Reference in New Issue
Block a user