Problem/Motivation
So far we can find several components using both syntax: font-weight: normal
and font-weight: 400
, or font-weight: bold
and font-weight: 700
in the Umami theme.font-weight: normal
is the same asfont-weight: 400
and it's not a matter of browser compatibility since all accept both syntax.
Proposed resolution
Decide if we should use font-weight: normal
/font-weight: 400
and font-weight: bold
/font-weight: 700
and implement it.
Remaining tasks
- Decide which syntax we should use.
- Review the current code to be sure we use the chosen syntax everywhere.