I'm noticing that fonts on IE8 are not working without this fix.

This commit is contained in:
Brian Cardarella 2012-01-26 04:13:26 -05:00
parent be7b419479
commit f37800ba36

View File

@ -21,7 +21,7 @@
$font-files,
$eot: false
) {
$iefont: unquote("#{$eot}?iefix");
$iefont: unquote("#{$eot}?#iefix");
@font-face {
font-family: quote($name);
@if $eot {