Skip to content

Instantly share code, notes, and snippets.

@MrChuffmanSnippets
Created March 27, 2012 01:36
Show Gist options
  • Save MrChuffmanSnippets/2211537 to your computer and use it in GitHub Desktop.
Save MrChuffmanSnippets/2211537 to your computer and use it in GitHub Desktop.
CSS: FontFace
@font-face {
font-family: 'fontname';
src: url('fontname.eot');
src: url('fontname.eot?#iefix') format('embedded-opentype'),
url('fontname.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment