Bootstrap 3 Glyphicons are not working in window mobile
Bootstrap 3 Glyphicons are not working in window mobile. They are working in other devices(Expect window phone) Nathan Bills As Mathew Hintzen has posted, the easiest way is to include the MIME specification in your web.config. Also, as he pointed out, this will cause 500 Internal Server Errors if you are using the Bundling of styles/scripts: <configuration> ... <system.webServer> ... <staticContent> ... <mimeMap fileExtension=".woff" mimeType="font/x-woff" /> </staticContent> </system.webServer> </configuration> To answer the OP's question AND to fix the 500 Internal Server errors, include a