How to reduce font weight in Firefox on Mac with CSS?

后端 未结 7 1848
走了就别回头了
走了就别回头了 2020-12-24 02:51

Here\'s my problem: I\'m using font-face for the menu of my website, but Firefox on Mac displays it too bold On a PC, everything works well, the font is perfectly sized and

7条回答
  •  有刺的猬
    2020-12-24 03:21

    you can use,

    font-weight:normal !important;
    

    for fix the visualization error on firefox Mac.

提交回复
热议问题