css Webkit和Firefox中的字体平滑https://davidwalsh.name/font-smoothing

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css Webkit和Firefox中的字体平滑https://davidwalsh.name/font-smoothing相关的知识,希望对你有一定的参考价值。

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

以上是关于css Webkit和Firefox中的字体平滑https://davidwalsh.name/font-smoothing的主要内容,如果未能解决你的问题,请参考以下文章

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

scss Webkit字体平滑

scss Webkit字体平滑

FireFox 中的同步 CSS3 过渡不平滑

css CSS:Chrome中的字体平滑

自定义 CSS webkit 滚动条在 Firefox 浏览器中不起作用