Skip to content

Instantly share code, notes, and snippets.

@ABooooo
Created March 20, 2015 10:38
Show Gist options
  • Save ABooooo/e85cadfcc634f03ec586 to your computer and use it in GitHub Desktop.
Save ABooooo/e85cadfcc634f03ec586 to your computer and use it in GitHub Desktop.
compass @font-face
// define @font-face with compass
@include font-face("KlavikaBold-Basic", font-files("KlavikaBasic-Bold_latin.woff", "KlavikaBasic-Bold_latin.ttf", "KlavikaBasic-Bold_latin.svg"), "KlavikaBasic-Bold_latin.eot");
// define font-family on html tag
h1 {
font-family: KlavikaBold-Basic;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment