Skip to content

Instantly share code, notes, and snippets.

@erotte
Created March 27, 2012 17:47
Show Gist options
  • Save erotte/2218319 to your computer and use it in GitHub Desktop.
Save erotte/2218319 to your computer and use it in GitHub Desktop.
SASS Font includer
// with COMPASS font-url() helper
= fontsrc($name, $filename, $weight:400, $style:normal)
@font-face
font-family: $name
src: font-url('#{$filename}.eot')
src: local('☺'), font-url('#{$filename}.woff') format('woff'), font-url('#{$filename}.ttf') format('truetype'), font-url('#{$filename}.svg#ab12c33') 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