From f37800ba36be375510fba5a17ef187f482dc93fb Mon Sep 17 00:00:00 2001 From: Brian Cardarella Date: Thu, 26 Jan 2012 04:13:26 -0500 Subject: [PATCH] I'm noticing that fonts on IE8 are not working without this fix. --- frameworks/compass/stylesheets/compass/css3/_font-face.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frameworks/compass/stylesheets/compass/css3/_font-face.scss b/frameworks/compass/stylesheets/compass/css3/_font-face.scss index a4d1921a..ce3eafe6 100644 --- a/frameworks/compass/stylesheets/compass/css3/_font-face.scss +++ b/frameworks/compass/stylesheets/compass/css3/_font-face.scss @@ -21,7 +21,7 @@ $font-files, $eot: false ) { - $iefont: unquote("#{$eot}?iefix"); + $iefont: unquote("#{$eot}?#iefix"); @font-face { font-family: quote($name); @if $eot {