-webkit-font-smoothing: antialiased equivalent in firefox?

后端 未结 4 1562
春和景丽
春和景丽 2020-12-17 09:11

I\'m using the very useful CSS property -webkit-font-smoothing: antialiased in webkit browsers to ensure nice fine text on headlines etc. Is th

4条回答
  •  [愿得一人]
    2020-12-17 10:06

    Problem is -webkit-font-smoothing: antialiased, which disable standard sub-pixel font smoothing. Try read this

提交回复
热议问题