【问题标题】:Font "Myriad Pro" looks weird/fuzzy in Chrome字体“Myriad Pro”在 Chrome 中看起来很奇怪/模糊
【发布时间】:2016-10-23 20:32:32
【问题描述】:

我在网页上使用了“Myriad Pro”字体,与 FF/IE/Safari 相比,它在 Chrome 上看起来既有趣又奇怪。

当字体大小小于 23~25px 范围时,我看到了差异。有什么我想念的吗?例如,它根本就不是一种安全的字体吗?我也读过this

仅供参考,我的 chrome 版本是 Window 7 Pro 机器上的版本 22.0.1229.79 m。

【问题讨论】:

    标签: html css fonts font-face


    【解决方案1】:

    我会建议一个解决方法:使用Vegur(这是公共领域)和@font-face 使用Font Squirrel;根据我的经验,我总是在网络上遇到 Myriad 的问题(行高、别名等)

    【讨论】:

      【解决方案2】:

      尝试在css中使用这个

      html, html a {
          /*text-shadow: 1px 1px 1px rgba(0,0,0,0.004);*/
           text-rendering: optimizeLegibility !important;
          -webkit-font-smoothing: antialiased !important;
      
      }
      

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 2015-11-09
        • 2014-07-29
        • 1970-01-01
        • 1970-01-01
        • 2014-03-04
        • 1970-01-01
        • 2015-12-07
        • 1970-01-01
        相关资源
        最近更新 更多