Skip to content

Instantly share code, notes, and snippets.

@SeanJA
Created April 30, 2011 01:24
Show Gist options
  • Select an option

  • Save SeanJA/949315 to your computer and use it in GitHub Desktop.

Select an option

Save SeanJA/949315 to your computer and use it in GitHub Desktop.
fontface example
@font-face{
font-family:'CodenameCoderFree4FBold';
src:url('/fonts/codenamecoderfree4f-bold-webfont.eot');
src:url('/fonts/codenamecoderfree4f-bold-webfont.eot?iefix') format('eot'),
url('/fonts/codenamecoderfree4f-bold-webfont.woff') format('woff'),
url('/fonts/codenamecoderfree4f-bold-webfont.ttf') format('truetype'),
url('/fonts/codenamecoderfree4f-bold-webfont.svg#webfont9UM32sTt') 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