Skip to content

Instantly share code, notes, and snippets.

@fleeting
Created September 15, 2011 14:00
Show Gist options
  • Save fleeting/1219296 to your computer and use it in GitHub Desktop.
Save fleeting/1219296 to your computer and use it in GitHub Desktop.
@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;
}
Copy link

ghost commented Mar 9, 2012

Can you provide the font files?

@fleeting
Copy link
Author

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.

@ekdevdes
Copy link

thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment