In chrome, it works fine even after pressing F5. I am running Bootstrap v3.3.1.
I have started from http:// fortawesome.github.io/Font-Awesome/examples/ got the sample code, but even this simple code doesn’t work after pressing F5
After refreshing the page in Internet Explorer, what do I need to do to keep the glyphs visible?
JSFiddle did work fine (@IvijanStefanStipić), but I had to use CDN to get the .CSS and .JS files in the fiddle.
So it seems My reference to font-awesome.min.css (Fontawesome is different from glyphicons @Doctus) is a problem.
I replaced it with a CDN reference:
It works now
After refreshing the page, my glyphicons disappeared from the Internet Explorer 11 webpage (F5). But when I clicked on its menu link to open the webpage (after the first refresh) The page will be displayed correctly…
In Chrome, it works fine even after pressing F5. I am running Bootstrap v3.3.1.
I I have obtained the example code from http://fortawesome.github.io/Font-Awesome/examples/, but even this simple code does not work after pressing F5
After refreshing the page in Internet Explorer, what do I need to do to keep the glyphs visible?
The demo page is great for me (@Isherwood), so there must be something in my project.
JSFiddle did work fine (@IvijanStefanStipić), but I had to use CDN to get the .CSS and .JS files in the fiddle.
So, it seems that I am interested in font-awesome.min.css (Fontawesome with glyphicons @Doctus is different) reference is a problem.
I replaced it with a CDN reference:
It now works normally.