The Issue : When IE=EmulateIE8 is used in header New IE versions are rendering it with IE8 Engine, But google Returns WOFF as the font format. so It does not render correctly in IE.
Woff Support -> http://caniuse.com/woff
<META http-equiv=X-UA-Compatible content=IE=EmulateIE8>
Code Used (because it is an old site and something breaks when this is removed!!)
So removing this is out of the question I think...
This is my IE 11 Rendering in default format (IE8) and when switched to IE11 Font loads correctly and displays!
My question is how to request an older font from google fonts? Any other approach to this?