Posted By


loric on 09/10/10

Tagged


Statistics


Viewed 638 times
Favorited by 1 user(s)

Embed 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('☺'),
  5. url("GraublauWeb.woff") format("woff"),
  6. url("GraublauWeb.otf") format("opentype"),
  7. url("GraublauWeb.svg#grablau") format("svg");
  8. }
  9. /* Now you can use the font on any element you like. */
  10. h1 {
  11. font-family: 'Graublau Web';
  12. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.