How to render thin fonts more smoothly in CSS 3 on Windows?

前端 未结 10 787
你的背包
你的背包 2020-12-23 02:46

When I\'ve designed my web site in Adobe Flash Pro CS6, the font looks like this:

\"Font

10条回答
  •  攒了一身酷
    2020-12-23 03:15

    Im going to prefix this with its a hack and i dont like it, but it works

    transform: rotate(-0.0002deg)
    

    It makes fonts noticeably smooth, albeit slightly thinner

提交回复
热议问题