Font Awesome not working in Firefox & IE

前端 未结 4 1321
清酒与你
清酒与你 2020-12-28 23:01

I\'m having an issue with font awesome which is included into a wordpress site. In Firefox and IE the icons won\'t show at all, however in Chrome & Safari it works fine.

4条回答
  •  礼貌的吻别
    2020-12-28 23:41

    If you're like me, modifying a web.config file is something you're not allowed to touch.

    Try storing all the font files (.eot, .ttf, etc) into their own local folder, and link to them locally instead of the FontAwesome CDN. Cleared it up in IE and FF for me every time.

    @font-face{ font-family:'FontAwesome'; src:url('../_fonts/fontawesome-webfont.eot'); }
    

提交回复
热议问题