Created
August 6, 2013 12:52
-
-
Save hakimel/6164200 to your computer and use it in GitHub Desktop.
Slid.es font include font via CSS editor
This file contains 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
@font-face { | |
font-family: 'Cabin Sketch'; | |
font-style: normal; | |
font-weight: 700; | |
src: url('cabinsketch-regular.eot'); | |
src: url('cabinsketch-regular.eot?#iefix') format('embedded-opentype'), | |
url('cabinsketch-regular.woff') format('woff'), | |
url('cabinsketch-regular.ttf') format('truetype'); | |
} | |
.slides, .slides h1, .slides h2, .slides h3 { | |
font-family: "Cabin Sketch"; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment