Return to Snippet

Revision: 34358
at October 21, 2010 14:37 by creativeboulder


Initial Code
@font-face{ /* for IE */
font-family:TestFont;
src:url(testFont.eot);
}
@font-face { /* for non-IE */
font-family:TestFont;
src:url(http://:/) format("No-IE-404"),url(testFont.ttf) format("truetype");
}

Initial URL
http://readableweb.com/mo-bulletproofer-font-face-css-syntax/

Initial Description
This snippet for @font-face *didn't work* as well as the standard Bulletproof code.

Initial Title
Mo\' Bulletproofer @font-face

Initial Tags
css

Initial Language
CSS