-
Unexpected: in Firefox the HTML element
b
has a user agent style offont-weight: bolder
and Chrome/Safari/Edge all usefont-weight: bold
. Noticed with<div style="font-weight: 700"><b>
and a variable font that goes to 1000. Firefox <b> was 900, others were 700 🧐 -
I kinda like it, Firefox.
-
If you’re curious about
font-weight: bolder
and its partnerfont-weight: lighter
you can read more about how they transform weights here: developer.mozilla.org/en-US/docs/Web/CSS/font-weight#meaning_of_relative_weights