Skip to content

Instantly share code, notes, and snippets.

@obahareth
Created August 8, 2013 14:02
Show Gist options
  • Save obahareth/6184841 to your computer and use it in GitHub Desktop.
Save obahareth/6184841 to your computer and use it in GitHub Desktop.
Cross Browser Font Declaration
AddType application/vnd.ms-fontobject .eot
AddType font/ttf .ttf
AddType font/otf .otf
AddType application/x-font-woff .woff
@font-face
{
font-family: 'Graublau Web';
src: url('GraublauWeb.eot');
src: local('☺'),
url('GraublauWeb.woff') format('woff'), url('GraublauWeb.ttf') format('truetype');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment