/ Published in: CSS
This snippet for @font-face *didn't work* as well as the standard Bulletproof code.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
@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"); }
URL: http://readableweb.com/mo-bulletproofer-font-face-css-syntax/