Safari font-weight issue , text too bold

前端 未结 5 2025
生来不讨喜
生来不讨喜 2020-12-29 23:48

When I apply a font-weight:bold style, the look of the font is too bold in Safari when compared to other browsers. I tried below css as suggested in some site b

5条回答
  •  执笔经年
    2020-12-30 00:44

    I found a solution for this particular issue. Actually any of above solutions dint work for me. So started checking the default webkit styles added by safari and found that -webkit-text-stroke-width was applied to body having value 0.5px. I set it to 0!important and solved the issue for me.

提交回复
热议问题