Return to Snippet

Revision: 48555
at July 5, 2011 07:12 by lister


Initial Code
@font-face {
   font-family: 'Graublau Web';
   src: url('GraublauWeb.eot');
   src: local('☺'),
   url('GraublauWeb.woff') format('woff'), url('GraublauWeb.ttf') format('truetype');
}
/* How to use it */
body {
   font-family: Chunkfive, Georgia, Palatino, Times New Roman, serif;
}

Initial URL


Initial Description
@Font face or beautiful typography in the web

@Font-face offers a great way to use non web safe fonts in your web projects. While this snippet works, we strongly recommend you to use the Font Squirrel Font Face Generator. Not all browsers supports all types of fonts:

    Internet Explorer only supports EOT
    Mozilla browsers support OTF and TTF
    Safari and Opera support OTF, TTF and SVG
    Chrome supports TTF and SVG.

Initial Title
@Font face or beautiful typography in the web

Initial Tags


Initial Language
CSS