Skip to content

Instantly share code, notes, and snippets.

@widescreenBob
Created September 23, 2014 13:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save widescreenBob/23984e267e2980cb1b6f to your computer and use it in GitHub Desktop.
Save widescreenBob/23984e267e2980cb1b6f to your computer and use it in GitHub Desktop.
Adding a font family to your file
//a variable that contains the family name of the font
$tobias-icon-font: "tobias-regular"
//mixin that uses the new font
=new-icon-font
font-family: $tobias-icon-font
speak: none
font-style: normal
font-variant: normal
text-transform: none
line-height: 1
font-size: 32px
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment