Question:
I'm making a responsive HTML5 application, using Bootstrap and SmartAdmin, etc.
It works on all devices. Even Internet Explorer 8, 9, 10 and 11, but on Windows Phone 8 (with that last update that comes with IE 11) it doesn't run the FontAwesome Icon
and Glyphicons Icon
Turning icons into squares.
In the IE11 emulator on my Windows 8.1 it says it works.
How to fix? Any better emulator for me to test?
Answer:
I found out, the server wasn't recognizing the font http://lythos.wmb.com.br/fonts/glyphicons-halflings-regular.woff with the mime header, normally this wouldn't be a problem but for IE it was. when adding the header on the IIS server everything was fixed.