Posted By


creativeboulder on 10/21/10

Tagged


Statistics


Viewed 532 times
Favorited by 1 user(s)

Mo\' Bulletproofer @font-face


/ Published in: CSS
Save to your folder(s)

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


Copy this code and paste it in your HTML
  1. @font-face{ /* for IE */
  2. font-family:TestFont;
  3. src:url(testFont.eot);
  4. }
  5. @font-face { /* for non-IE */
  6. font-family:TestFont;
  7. src:url(http://:/) format("No-IE-404"),url(testFont.ttf) format("truetype");
  8. }

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

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.