Skip to content

Instantly share code, notes, and snippets.

@rogierborst
Created December 7, 2012 11:02
Show Gist options
  • Select an option

  • Save rogierborst/4232534 to your computer and use it in GitHub Desktop.

Select an option

Save rogierborst/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);
@rogierborst
Copy link
Author

Forget about EOT for now...

@rogierborst
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