Windows Phone does not load .font in CSS

4

I'm doing an HTML5 responsive application using Bootstrap and SmartAdmin, etc.

Works on all devices. Including Internet Explorer 8, 9, 10 and 11 but in Windows Phone 8 (with that last update that stays with IE 11) does not run the sources FontAwesome Icon and Glyphicons Icon

link

Turning the icons into squares.

In IE11 emulator on my Windows 8.1 says it works.

How to correct? Any better emulators for me to test?

    
asked by anonymous 21.05.2014 / 14:44

2 answers

4

I discovered, the server was not recognizing the source link with the mime header, normally this would be no problem however for IE, it was. when adding the header on the IIS server everything has been fixed.

    
28.05.2014 / 16:05
3

Just to complete, maybe it was your problem or it could be someone else with IE and Fonts. IE and Firefox block sources coming from CDN or another domain because of same-origin policy , I've had this problem in the past and it's good to be careful.

    
31.05.2014 / 03:50