You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The font matching algorithm https://drafts.csswg.org/css-fonts-4/#font-style-matching is written in a way that it prioritizes font-stretch over font-weight. For example, if there is a font which has two widths, normal and wide, and only has a bold font for normal, and the author specifies wide bold, we'll get wide rather than bold, and I think we probably want bold rather than wide.