html5 – Windows Phone does not load .font in CSS

Question:

I'm making a responsive HTML5 application, using Bootstrap and SmartAdmin, etc.

Works on all devices. Including Internet Explorer 8, 9, 10 and 11 but on Windows Phone 8 (with that last update that is with IE 11) it doesn't run FontAwesome Icon and Glyphicons Icon

http://lythos.wmb.com.br/

Turning icons into squares.

In IE11 emulator on my Windows 8.1 it says it works.

How to fix? Any better emulator for me to try?

Answer:

I found out, the server was not recognizing the font http://lythos.wmb.com.br/fonts/glyphicons-halflings-regular.woff with the mime header, normally this would not be a problem for IE, it was. when adding the header on the IIS server everything was fixed.

Scroll to Top