字体很棒的内容对于 IE7 来说是空白的

font awesome content coming as blank for IE7

浏览器:我的应用程序呈现为 IE7 模式(文档模式)

我的要求与 Deka87 对 Use font awesome icon as css content 的要求类似。现在,当我执行外星人先生给出的解决方案时,我遇到了一个奇怪的问题。

CSS Class:

.listing th.sort-col-d{
    font-family: FontAwesome;
    content: "\f0dd";
}

这在浏览器中呈现时,使 content=" "。 Screenshot

当我检查我的网络选项卡时,字体真棒请求成功,我可以看到响应正文。它甚至更改了 th 元素的字体。

我不确定可能是什么问题?

引自 font-awesome 网站:http://fortawesome.github.io/Font-Awesome/get-started/

If you need IE7 support, you have my condolences. Really. Font Awesome 4.4.0 doesn't support IE7, but an older version does. You'll need to check out the 3.2.1 instructions for using IE7. Then go complain to whomever decided your project needs IE7 support.