Correct src in second @font-face block (#29)

Extra forward slash and #{$variant} add an extra level of directory structure which doesn't match the actual directory structure or the other src urls.
This commit is contained in:
Michael Hodgins 2016-08-11 07:57:35 +01:00 committed by Christian Hoffmeister
parent afb6bfa186
commit e27ca417f7
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ $roboto-font-path: '../../../fonts' !default;
@font-face {
font-family: '#{$variant}-#{$type}';
src: url('#{$font-full-path}/#{$variant}-#{$type}.eot');
src: url('#{$font-full-path}-#{$type}.eot');
src: local('#{$variant} #{$type}'),
local('#{$variant}-#{$type}'),
url('#{$font-full-path}-#{$type}.eot?#iefix') format('embedded-opentype'),