Google Fonts not working in Internet Explorer (IE) 11

后端 未结 3 1733
南方客
南方客 2020-12-31 16:15

Currently putting together a site using Google Fonts. Everything works in IE6 through 10, Firefox, Chrome, and on mobile browsers. However on IE 11 no fonts load and everyth

3条回答
  •  -上瘾入骨i
    2020-12-31 16:38

    I had the similar problem. Fonts from css didn't load in IE11 only when i pressed refresh or forward/back buttons. I've managed to solve this problem adding an empty 'style' tag to head on document load. (ex.: $('head').append('')) Hope this will help to somebody with the same problem.

提交回复
热议问题