Font Compatibility Issue in IE

Permalink
I have run into a rather perplexing issue with one of my clients. Their site uses a unique @font-face font (included in the theme package). It renders fine in most browsers, except Internet Explorer (go figure...).

After a bit of looking into the issue, the problem is coming from a compatibility mode issue. This is happening in IE 11. Sometimes the font shows up, some times it doesn't. I found that you basically have manually turn the browser's compatibility mode off for it to display.

Does anyone know of a fix to make it so the font always displays, regardless of whether the site visitor's compatibility mode is off or on?

PineCreativeLabs
 
hutman replied on at Permalink Best Answer Reply
hutman
I'm not 100% sure, but putting this in the theme header might fix it.

<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
PineCreativeLabs replied on at Permalink Reply
PineCreativeLabs
Thanks! That seemed to fix the issue.