/ Published in: CSS
URL: http://paulirish.com/2009/bulletproof-font-face-implementation-syntax/
Nice bullet-proof @font-face declaration.
Expand |
Embed | Plain Text
@font-face { font-family: 'Graublau Web'; src: url('GraublauWeb.eot'); src: local('Graublau Web Regular'), local('Graublau Web'), url('GraublauWeb.otf') format('opentype'); }
You need to login to post a comment.
