I am developing an website for my project. I am using Bootstrap and Font Awesome for glyphicons, but I am facing an issue. When I use Font Awesome icons some icons do not show u
The problem I experienced most often is that the *.woff2
file was blocked by the server. I suspect this is also the case here. See if you can open the
file in the browser. If not you need to change the configuration of the web server.
Edit: I found a related post, see here: Proper MIME type for .woff2 fonts, the 2nd answer shows how to configure IIS for example.