/ Published in: CSS

Expand |
Embed | Plain Text
@font-face { font-family: 'WebFont'; src: url('myfont.eot#') format('eot'), /* IE6–8 */ url('myfont.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('myfont.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */ }
You need to login to post a comment.