How to make Google Fonts work in IE?

后端 未结 11 732
抹茶落季
抹茶落季 2020-11-28 03:17

I\'ve been developing a site that uses the Google Fonts API. It\'s great, and supposedly has been tested in IE, but when testing in IE 8 the fonts simply don\'t get styled.<

11条回答
  •  春和景丽
    2020-11-28 03:46

    For what its worth, I couldn't get it working on IE7/8/9 and the multiple declaration option didn't make any difference.

    The fix for me was as a result of the instructions on the Technical Considerations Page where it highlights...

    For best display in IE, make the stylesheet 'link' tag the first element in the HTML 'head' section.

    Works across IE7/8/9 for me now.

提交回复
热议问题