Remove path to non-existant woff file.
Closes https://gitlab.com/autonomic-cooperative/autonomic-cooperative.gitlab.io/issues/23.
This commit is contained in:
parent
bd276de689
commit
ffc923223f
@ -5,7 +5,6 @@
|
|||||||
font-family: 'FontAwesome';
|
font-family: 'FontAwesome';
|
||||||
src: url('#{$fa-font-path}/font-awesome.eot?v=#{$fa-version}');
|
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'),
|
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.woff?v=#{$fa-version}') format('woff'),
|
||||||
url('#{$fa-font-path}/font-awesome.ttf?v=#{$fa-version}') format('truetype'),
|
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');
|
url('#{$fa-font-path}/font-awesome.svg?v=#{$fa-version}#fontawesomeregular') format('svg');
|
||||||
|
Reference in New Issue
Block a user