html5 - custom fonts, eot, not working -


i cant custom fonts work in ie7 , ie8:

http://i-creative.dk/ijob/

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

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -