/ Published in: CSS
Nice bullet-proof @font-face declaration.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
@font-face { font-family: 'Graublau Web'; src: url('GraublauWeb.eot'); src: local('Graublau Web Regular'), local('Graublau Web'), url('GraublauWeb.otf') format('opentype'); }
URL: http://paulirish.com/2009/bulletproof-font-face-implementation-syntax/