【问题标题】:font weight is thicker in ie 11 than chrome and firefoxie 11 中的字体粗细比 chrome 和 firefox 粗
【发布时间】:2014-08-28 13:07:43
【问题描述】:

大家好,即 11 http://csdm4.com/design-build/ 标题“设计构建”比铬厚得多,知道我该如何解决它。我尝试了不同的字体粗细,但它仍然无法正常工作

【问题讨论】:

标签: css internet-explorer


【解决方案1】:

你试过了吗?

body{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}

【讨论】:

    猜你喜欢
    • 2016-03-22
    • 1970-01-01
    • 2014-03-26
    • 2012-11-25
    • 1970-01-01
    • 2017-01-20
    • 2016-12-15
    • 2013-02-21
    • 2013-11-07
    相关资源
    最近更新 更多