Bulletproof @font-face from Paul Irish


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

Nice bullet-proof @font-face declaration.


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.otf') format('opentype');
  6. }

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.