Created
March 20, 2015 10:38
-
-
Save ABooooo/e85cadfcc634f03ec586 to your computer and use it in GitHub Desktop.
compass @font-face
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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