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:
parent
afb6bfa186
commit
e27ca417f7
@ -20,7 +20,7 @@ $roboto-font-path: '../../../fonts' !default;
|
|||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: '#{$variant}-#{$type}';
|
font-family: '#{$variant}-#{$type}';
|
||||||
src: url('#{$font-full-path}/#{$variant}-#{$type}.eot');
|
src: url('#{$font-full-path}-#{$type}.eot');
|
||||||
src: local('#{$variant} #{$type}'),
|
src: local('#{$variant} #{$type}'),
|
||||||
local('#{$variant}-#{$type}'),
|
local('#{$variant}-#{$type}'),
|
||||||
url('#{$font-full-path}-#{$type}.eot?#iefix') format('embedded-opentype'),
|
url('#{$font-full-path}-#{$type}.eot?#iefix') format('embedded-opentype'),
|
||||||
|
Loading…
Reference in New Issue
Block a user