Skip to content

Instantly share code, notes, and snippets.

@roggel-gists
Created December 7, 2012 11:02
Show Gist options
  • Save roggel-gists/4232534 to your computer and use it in GitHub Desktop.
Save roggel-gists/4232534 to your computer and use it in GitHub Desktop.
compass_@fontface
@include font-face('Name', font-files(
"filename.woff", woff,
"filename.ttf", truetype,
"filename.svg", svg),
$weight:normal,
$style:normal);
@roggel-gists
Copy link
Author

Forget about EOT for now...

@roggel-gists
Copy link
Author

I'm not supporting the .eot fileformat (IE only) atm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment