frameworks/compass/stylesheets/compass/css3/_font-face.scss in compass-0.10.6 vs frameworks/compass/stylesheets/compass/css3/_font-face.scss in compass-0.11.alpha.0

- old
+ new

@@ -12,13 +12,12 @@ @if $postscript or $style { @warn "The $postscript and $style variables have been deprecated in favor of the Paul Irish smiley bulletproof technique."; } @font-face { font-family: quote($name); - @if $eot { - src: font-url($eot); } + @if $eot { src: font-url($eot); } src: local("☺"), $font-files; - } + } } // EXAMPLE // +font-face("this name", font-files("this.woff", "woff", "this.otf", "opentype"), "this.eot") //