@font-face being ignored by IE7

后端 未结 4 1267
独厮守ぢ
独厮守ぢ 2020-12-31 18:57

I\'ve created a @font-face css rule and all the font formats using Font Squirrel and works fine on all browsers I have tested so far, but not on IE7. The font seems to not b

4条回答
  •  既然无缘
    2020-12-31 19:52

    It seems there was something else in my css making IE7 behave badly (shocker!)

    Thankfully using some magic fairy dust (zoom: 1) solved the issue.

提交回复
热议问题