Skip to content

Instantly share code, notes, and snippets.

@christiannaths
Created April 13, 2013 05:58
Show Gist options
  • Save christiannaths/5377207 to your computer and use it in GitHub Desktop.
Save christiannaths/5377207 to your computer and use it in GitHub Desktop.
=font-face($family, $file, $weight: normal, $style: normal)
@font-face
font-family: $family
src: url("#{ $file }.eot")
src: url("#{ $file }.eot?#iefix") format("embedded-opentype"), url("#{ $file }.woff") format("woff"), url("#{ $file }.ttf") format("truetype"), url("#{ $file }.svg#svg#{ $family }") format("svg")
font-weight: $weight
font-style: $style
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment