Created
December 7, 2012 11:02
-
-
Save roggel-gists/4232534 to your computer and use it in GitHub Desktop.
compass_@fontface
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@include font-face('Name', font-files( | |
"filename.woff", woff, | |
"filename.ttf", truetype, | |
"filename.svg", svg), | |
$weight:normal, | |
$style:normal); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm not supporting the .eot fileformat (IE only) atm.