Browser: My application renders as IE7 Mode(Document Mode)
I have a similar requirement as Deka87 had for Use font awesome icon as css content. Now, when I implement the solution given by Mr. Alien I get a weired problem.
CSS Class:
.listing th.sort-col-d{
font-family: FontAwesome;
content: "\f0dd";
}
This when rendered in browser, makes the content=" "
. Screenshot
When I check my network tab then the font awesome request is successful and I can see the Response Body. It even changes the font for the th
element.
I am not sure what could be the issue?