css - Extended font-face in I.E. 5 -


i have css using external font called ocr.a.extended. have make font supported in i.e. 5 not supporting whereas in higher versions of i.e., displaying fine. using following css..

 @font-face {         font-family: ocr;         src: url(../ocr.a.extended.woff);          src: url(../ocr.a.extended.woff) format("opentype");     } 

do need go other file format except .woff .eot or .svg highly appreciated..


Comments

Popular posts from this blog

java - Static nested class instance -

c# - Bluetooth LE CanUpdate Characteristic property -

JavaScript - Replace variable from string in all occurrences -