frameworks/compass/stylesheets/compass/css3/_font-face.scss in compass-0.12.alpha.4 vs frameworks/compass/stylesheets/compass/css3/_font-face.scss in compass-0.12.rc.0
- old
+ new
@@ -28,10 +28,10 @@
$font-files,
$eot: false,
$weight: false,
$style: false
) {
- $iefont: unquote("#{$eot}?iefix");
+ $iefont: unquote("#{$eot}?#iefix");
@font-face {
font-family: quote($name);
@if $eot {
src: font-url($eot);
$font-files: font-url($iefont) unquote("format('eot')"), $font-files;