Skip to content

Instantly share code, notes, and snippets.

@tenman
Created April 20, 2010 06:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tenman/372112 to your computer and use it in GitHub Desktop.
Save tenman/372112 to your computer and use it in GitHub Desktop.
/**
* web font
* @see http://blog.petitboys.com/archives/woff_test.html
* @see http://www.fontsquirrel.com/fontface
* @see http://www.w3.org/Submission/2010/03/
*/
@font-face {
font-family: EmbossedBlackNormal;
src: url(/font/embossed_black_normal.woff) format('woff');
}
.EmbossedBlack-Normal {font-weight: normal; font-style: normal;line-height:normal; font-family: 'EmbossedBlackNormal', sans-serif;
font-size:50px;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment