Post count: 4
Hi,
I’m having a problem with the theme with IE (Tested on 11 on several computers, but might not work on earlier versions as well). With Chrome & Firefox everything works fine. But in IE the menus moves and some of the test disappears (Might be a font problem). I’m using the default font, and the error I get is “CSS311 @font-face encountered unknown error”.
Any ideas how to solve it?
Thanks!!!
Post count: 2689
Hi @grossm,
May I know your site URL?
Default fonts is use Google Fonts, it seem’s IE11 is not support Google Fonts, but I’m not sure yet. I need to check it further.
Thank you
Post count: 4
Hi @rai,
The site is currently internal, thus I can not give an url to it.
So if IE11 does not support Google Fonts, what can I do?
thanks
Post count: 2689
Hi @grossm,
Please try to use Google Fonts as local webfont and make sure you included the WOFF file. You can use this generator: http://www.fontsquirrel.com/tools/webfont-generator to generate your font-face css codes.
Thank you