From 87c79bcfb6b727bf25694f6de4cb5a7623e9eed1 Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Sat, 2 Jul 2011 10:34:02 -0700 Subject: [PATCH] update the font-face example --- 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 6c7d511c4c..a4d1921ab9 100644 --- a/frameworks/compass/stylesheets/compass/css3/_font-face.scss +++ b/frameworks/compass/stylesheets/compass/css3/_font-face.scss @@ -15,7 +15,7 @@ // // Example: // -// +font-face("this name", font-files("this.woff", "woff", "this.otf", "opentype"), "this.eot") +// @include font-face("this name", font-files("this.woff", woff, "this.otf", opentype), "this.eot") @mixin font-face( $name, $font-files,