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

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -