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
{{ message }}
This repository was archived by the owner on May 20, 2026. It is now read-only.
The Typography.FontWeight enum maps from a font weight to a number (1-999) using the styles found here
We have the values for thin and ultralight swapped.
We're also missing a value for extraBlack (950), aka ultraBlack
Task
Correct thin and ultraLight definitions (swap values 100 and 200)
Add an extraBlack (950) value
Discussion
Need to think about whether we wish to rename any of the existing values. The current heavy for 800 is problematic because heavy traditionally means 900.
Intro
The
Typography.FontWeightenum maps from a font weight to a number (1-999) using the styles found hereWe have the values for
thinandultralightswapped.We're also missing a value for
extraBlack(950), akaultraBlackTask
thinandultraLightdefinitions (swap values 100 and 200)extraBlack(950) valueDiscussion
Need to think about whether we wish to rename any of the existing values. The current
heavyfor 800 is problematic becauseheavytraditionally means 900.