Skip to content

Instantly share code, notes, and snippets.

@gyorgygutai
Forked from fleeting/font-face.css
Created March 7, 2012 19:18
Show Gist options
  • Select an option

  • Save gyorgygutai/1995264 to your computer and use it in GitHub Desktop.

Select an option

Save gyorgygutai/1995264 to your computer and use it in GitHub Desktop.
CSS: @font-face
@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