Created
September 15, 2011 14:00
-
-
Save fleeting/1219296 to your computer and use it in GitHub Desktop.
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
| @font-face { | |
| font-family: 'QuicksandBook'; | |
| src: url('Quicksand_Book-webfont.eot'); | |
| src: url('Quicksand_Book-webfont.eot?#iefix') format('embedded-opentype'), | |
| url('Quicksand_Book-webfont.woff') format('woff'), | |
| url('Quicksand_Book-webfont.ttf') format('truetype'), | |
| url('Quicksand_Book-webfont.svg#QuicksandBook') format('svg'); | |
| font-weight: normal; | |
| font-style: normal; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is just example CSS for using @font-face. You can use any fonts that you have the rights to embed. If you are looking for the Quicksand Book font, it is available for free from fontsquirrel.com.