css 跨浏览器中更好的字体平滑

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 跨浏览器中更好的字体平滑相关的知识,希望对你有一定的参考价值。

html {
    /* Adjust font size */
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    /* Font varient */
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    /* Smoothing */
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
  }

以上是关于css 跨浏览器中更好的字体平滑的主要内容,如果未能解决你的问题,请参考以下文章

css 为浏览器#css #moz #webkit #html平滑字体渲染

css 浏览器中更好的字体

CSS 转换过渡 - 使用“px”比“百分比”更平滑/性能更好

CSS 字体大小:相对值与绝对值。使用哪个? [关闭]

css CSS:Chrome中的字体平滑

css 字体平滑css