Posted By


crs on 12/03/09

Tagged


Statistics


Viewed 402 times
Favorited by 0 user(s)

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

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.