Search code examples
cssinternet-explorerfontsinternet-explorer-11font-awesome-5

Font-awesome Pro 5.3.1 disappears after load for all ie browsers ie11,ie10


We are using Font Awesome Pro 5.3.1, Bootstrap v3.0.2 and AngularJS v1.7.5 in our project. If we load the page all the icons disappear.

This issue is occurring for all IE versions we've tested, including IE11 and IE10.

Our website is: https://portaldeassinaturas.com.br

But if we load the page in localhost all the icons render properly.


Solution

  • Looks like some other reported issues, where the Cache-Control no-store was being used with https, causing problems in IE.

    If it's an ASP.NET app, try checking Web.config if it has <add name="Cache-Control" value="no-store" />, and try removing it or changing to value="max-age=0", and see if it works.

    References: