Last modified: 2014-09-07 20:19:31 UTC
Font Awesome not displayed in IE-browsers, while on other engines, this problem does not exist. I suspect that you need to fix something in the transfer headers html, but what exactly, I do not know. Tested only in IE-11, but I think that in older versions of this problem is the place to be.
What is "Font Awesome" and how exactly to reproduce?
"Font Awesome" it is a icons generated using the font and css (official website http://fortawesome.github.io/Font-Awesome/) Here's an example on my test site -> http://test.firefall-wiki.ru/ Icons placed in id "p-personal" (::before selector in a pt-createaccount & pt-login) If you open any browser other than IE, we will see the result.
Thanks for the link! I see that pt-createaccount uses and pt-login uses . So IE does not correctly render those icons which are actually elements in that font. How exactly do you load that font? Does IE load those icons on a simple test page with the same way to load them, which does not involve MediaWiki?
Ok, so I easily sketched a simple page for the test. On a CSS: http://test.firefall-wiki.ru/fa-test/ On a Less:http://test.firefall-wiki.ru/fa-test/fa-test-less/ In a MediaWiki "FA" connected in a similar way (Tried and Less as well as CSS). Example: In a skins/vektor/scree.less i'm add line @import "less/font-awesome.less";