Having trouble with IE overriding a user-defined stylesheet. Font awesome icons and glyph icons disappear when user loads their own style sheet for accessibility. Tried using !important in relevant places, also attempted adding a JS function for inline styling with font-family and the !important flag but saw no success.
In the IE inspector, noticed that the :before selector of the icons had the content attribute crossed out without any clear override present.
Any suggestions on how to solve this? Appreciate it in advance.