Return to Snippet

Revision: 59923
at October 9, 2012 23:51 by adrianparr


Initial Code
@font-face{ 
	font-family: 'MyWebFont';
	src: url('WebFont.eot');
	src: url('WebFont.eot?#iefix') format('embedded-opentype'),
	     url('WebFont.woff') format('woff'),
	     url('WebFont.ttf') format('truetype'),
	     url('WebFont.svg#webfont') format('svg');
}


/* <link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" /> */

Initial URL
http://www.fontspring.com/blog/further-hardening-of-the-bulletproof-syntax

Initial Description
Font Squirrel is a great place to convert your fonts to the different formats required.

http://www.fontsquirrel.com/fontface/generator

Initial Title
CSS @font-face Example

Initial Tags
css

Initial Language
CSS