update the font-face example

This commit is contained in:
Chris Eppstein 2011-07-02 10:34:02 -07:00
parent 7ffe2c3a64
commit 87c79bcfb6

View File

@ -15,7 +15,7 @@
// //
// Example: // 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( @mixin font-face(
$name, $name,
$font-files, $font-files,