Cross Browser Font Declaration
Originally taken from this Stack Overflow answer
AddType application/vnd.ms-fontobject .eot | |
AddType font/ttf .ttf | |
AddType font/otf .otf | |
AddType application/x-font-woff .woff |
Originally taken from this Stack Overflow answer
@font-face | |
{ | |
font-family: 'Graublau Web'; | |
src: url('GraublauWeb.eot'); | |
src: local('☺'), | |
url('GraublauWeb.woff') format('woff'), url('GraublauWeb.ttf') format('truetype'); | |
} |