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

后端 未结 7 1906
走了就别回头了
走了就别回头了 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:07

    Every font supports different weights. Some can be really thing, others can't.

    Mac and PC will render the same font differently. It's a core operating system thing, and basically, there's nothing you can do about it. :(

    Most consistent results can be achieved using something like Google Webfonts or TypeKit.

    One of the thinnest fonts standard on Mac is Helvetica Neue.

    Also worth noting that font-weight supports values 100,200,...800,900.

提交回复
热议问题