Make Adobe fonts work with CSS3 @font-face in IE9

前端 未结 19 2156
佛祖请我去吃肉
佛祖请我去吃肉 2020-11-27 10:04

I\'m in the process of building a small intranet application and try, with no luck, to use Adobe font I purchased lately. As I was informed, in our case it\

19条回答
  •  -上瘾入骨i
    2020-11-27 10:25

    You should set the format of the ie font to 'embedded-opentype' and not 'eot'. For example:

    src: url('fontname.eot?#iefix') format('embedded-opentype')
    

提交回复
热议问题