如何在 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 次瀏覽

開始你的 職業生涯

透過完成課程獲得認證

開始吧
廣告