html5 - custom fonts, eot, not working -
i cant custom fonts work in ie7 , ie8:
it works fine in ie9, firefox , chrome...
for firefox , chrome fonts in ttf , ie, it's in eot
however, works in ie9 :(
try css formatting instead:
@font-face { font-family: 'fontname'; src: url('/path/to/font.eot?') format('eot'), url('/path/to/font.otf') format('otf'), url('/path/to/font.ttf') format('truetype'); }
this use (sans otf, woff & svg instead). , have never had of ie's not render font.
Comments
Post a Comment