Remove path to non-existant woff file.

Closes https://gitlab.com/autonomic-cooperative/autonomic-cooperative.gitlab.io/issues/23.
This commit is contained in:
Luke Murphy 2017-09-29 16:23:21 +02:00
parent bd276de689
commit ffc923223f
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
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');