/ Published in: CSS
URL: http://www.fontspring.com/blog/the-new-bulletproof-font-face-syntax
Expand |
Embed | Plain Text
@font-face { font-family: 'MyFontFamily'; src: url('myfont-webfont.eot#') format('eot'), url('myfont-webfont.woff') format('woff'), url('myfont-webfont.ttf') format('truetype'), url('myfont-webfont.svg#svgFontName') format('svg'); }
You need to login to post a comment.
