@font-face by Paul Irish


/ 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('☺'),
  5. url('GraublauWeb.woff') format('woff'), url('GraublauWeb.ttf') format('truetype');
  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.