Merge pull request #688 from bcardarella/patch-1

I'm noticing that fonts in IE8 are not working without this fix.
This commit is contained in:
Chris Eppstein 2012-01-28 16:22:12 -08:00
commit e1ad1a808e

View File

@ -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 {