Skip to content

Instantly share code, notes, and snippets.

@MikeMcChillin
Created April 8, 2013 03:16
Show Gist options
  • Save MikeMcChillin/5333999 to your computer and use it in GitHub Desktop.
Save MikeMcChillin/5333999 to your computer and use it in GitHub Desktop.
Font-face compass
@import compass/css3/font-face
$font-name: "myfont"
+font-face("#{$font-name}", font-files( "#{$font-name}.woff", "#{$font-name}.ttf", "#{$font-name}.svg"), "#{$font-name}.eot", 300, normal)
@mixin myfont
font-family: 'myfont', arial, sans-serif
font-weight: normal
// Usage
h1
@include myfont
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment