Webfont Smoothing and Antialiasing in Firefox and Opera

后端 未结 8 612
旧巷少年郎
旧巷少年郎 2020-11-28 18:26

I have custom-made web fonts used on my site. To style my rendering output, I used the following code:

//-webkit-text         


        
8条回答
  •  清酒与你
    2020-11-28 18:51

    When the color of text is dark, in Safari and Chrome, I have better result with the text-stroke css property.

    -webkit-text-stroke: 0.5px #000;
    

提交回复
热议问题