From d985773b96e2e8f14022b2d2807c573965ef810d Mon Sep 17 00:00:00 2001 From: Eric Meyer Date: Tue, 24 Nov 2009 17:14:13 -0700 Subject: [PATCH] !postscript = false / not !false --- .../frameworks/compass/stylesheets/compass/css3/_font_face.sass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/compass/frameworks/compass/stylesheets/compass/css3/_font_face.sass b/lib/compass/frameworks/compass/stylesheets/compass/css3/_font_face.sass index b4380b55..e516e812 100644 --- a/lib/compass/frameworks/compass/stylesheets/compass/css3/_font_face.sass +++ b/lib/compass/frameworks/compass/stylesheets/compass/css3/_font_face.sass @@ -5,7 +5,7 @@ // - for best results use this order: woff, opentype/truetype, svg // - !eot is required by IE, and is a relative location of the eot file. // - postscript name is required by some browsers to look for local fonts. -=font-face( !name, !font_files, !eot = false, !postscript = !false, !style = false) +=font-face( !name, !font_files, !eot = false, !postscript = false, !style = false) @font-face font-family: '#{!name}' @if !style