Return to Snippet

Revision: 52445
at October 23, 2011 21:50 by Reportme


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

Initial URL


Initial Description


Initial Title
Bulletproof @Font-Face Syntax

Initial Tags


Initial Language
CSS