css - Google Fonts 'Rokkitt' not showing on IE11 -


this website failing show google font 'rokkitt' on ie11, works fine on other browsers.

is down font developer or down font-face issues in ie11?

any massively appreciated.

website found here: click here

the problem markup specifies ie8 emulation mode:

<meta http-equiv="x-ua-compatible" content="ie-emulateie8"></meta> 

the google font loader, though, has access user-agent string. knows browser ie11, doesn't know site has told browser behave ie8. thinking it's serving regular ie11, google offering font in .woff format. ie8 doesn't support .woff, browser (acting ie8) ignores it.


Comments

Popular posts from this blog

php - regexp cyrillic filename not matches -

c# - OpenXML hanging while writing elements -

sql - Select Query has unexpected multiple records (MS Access) -