Internet Explorer iconfont问题

时间:2015-06-16 12:29:43

标签: css internet-explorer font-size webfonts icon-fonts

我对icon webfont和IE有一点问题。 使用Chrome,正确显示font-size:1.3em。 但是对于IE,字体大小不受尊重(在px和em中......)。

我在em和px中测试过字体大小。

http://i.stack.imgur.com/RtV84.png

[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: 30px;
  font-style: normal;
  margin-right: 10px;
  vertical-align: middle;
}

header.php的文件图标在哪里:http://pastebin.com/4kcTy5ew

感谢您的帮助!

0 个答案:

没有答案