如何在 CSS3 中利用 HTML 更平滑地渲染细字体?


若要更平滑地渲染细字体,请使用 −

text-rendering: optimizeLegibility !important;
-webkit-font-smoothing: antialiased !important;
-moz-osx-font-smoothing: grayscale !important;

对于 Google Chrome,请使用 −

-webkit-font-smoothing:antialiased !important;

你可以按以下方法提高性能 −

text-rendering: auto
text-rendering: optimizeSpeed
text-rendering: optimizeLegibility
text-rendering: geometricPrecision
text-rendering: inherit

更新于:2020 年 6 月 25 日

264 次浏览

开始你的 职业生涯

通过完成课程获得认证

开始吧
广告