Font Awesome icons disappear after refresh of browser
My glyphicons disappear from the Internet Explorer 11 webpage after refreshing the page (F5). But when I open the webpage (after first refreshing it)by clicking on its menu link, the page is displayed correctly . . . In chrome this works just fine even after pressing F5. I'm running Bootstrap v3.3.1. I've taken sample code from http://fortawesome.github.io/Font-Awesome/examples/ but even this simple code does not work after pressing F5 <div class="row"> <class ="col-lg-12"> <div class="list-group"> <a class="list-group-item" href="#"> <i class="fa fa-home fa-fw"></i> Home </a> <a class="list