BULLETPROOF @FONT-FACE


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



Copy this code and paste it in your HTML
  1. @font-face {
  2. font-family: 'Graublau Web';
  3. src: url('GraublauWeb.eot');
  4. src: local('Graublau Web Regular'), local('Graublau Web'),
  5. url("GraublauWeb.woff") format("woff"),
  6. url("GraublauWeb.otf") format("opentype"),
  7. url("GraublauWeb.svg#grablau") format("svg");
  8. } <-- look, it's a closing bracket!

URL: http://paulirish.com/2009/bulletproof-font-face-implementation-syntax/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.