Google Fonts 'Rokkitt' not showing on IE11
问题 This website is failing to show the Google font 'Rokkitt' on IE11, it works fine on other browsers. Is this down to the font developer or is it down to font-face issues in IE11? Any help would be massively appreciated. Website is found here: CLICK HERE 回答1: The problem is that your markup specifies IE8 emulation mode: <meta http-equiv="X-UA-Compatible" content="IE-EmulateIE8"></meta> The Google font loader, though, only has access to the User-Agent string. It knows that the browser is IE11,