I'm noticing that fonts on IE8 are not working without this fix.
This commit is contained in:
parent
be7b419479
commit
f37800ba36
@ -21,7 +21,7 @@
|
|||||||
$font-files,
|
$font-files,
|
||||||
$eot: false
|
$eot: false
|
||||||
) {
|
) {
|
||||||
$iefont: unquote("#{$eot}?iefix");
|
$iefont: unquote("#{$eot}?#iefix");
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: quote($name);
|
font-family: quote($name);
|
||||||
@if $eot {
|
@if $eot {
|
||||||
|
Loading…
Reference in New Issue
Block a user