diff --git a/doc-src/content/CHANGELOG.markdown b/doc-src/content/CHANGELOG.markdown index 6159736d..86401ed3 100644 --- a/doc-src/content/CHANGELOG.markdown +++ b/doc-src/content/CHANGELOG.markdown @@ -69,6 +69,11 @@ The Documentation for the [latest preview release](http://beta.compass-style.org `generated-image-url()` helper function. These should rarely be needed and will default to your corresponding image directories and paths. +0.11.7 (UNRELEASED) +------------------- + +* Update to font-face mixin to make it work on IE8. + 0.11.6 (12/23/2011) ------------------- diff --git a/frameworks/compass/stylesheets/compass/css3/_font-face.scss b/frameworks/compass/stylesheets/compass/css3/_font-face.scss index bbca5fb4..bd3db340 100644 --- a/frameworks/compass/stylesheets/compass/css3/_font-face.scss +++ b/frameworks/compass/stylesheets/compass/css3/_font-face.scss @@ -30,7 +30,7 @@ $weight: false, $style: false ) { - $iefont: unquote("#{$eot}?iefix"); + $iefont: unquote("#{$eot}?#iefix"); @font-face { font-family: quote($name); @if $eot {