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 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.
The text was updated successfully, but these errors were encountered:
Intro
The
Typography.FontWeight
enum maps from a font weight to a number (1-999) using the styles found hereWe have the values for
thin
andultralight
swapped.We're also missing a value for
extraBlack
(950), akaultraBlack
Task
thin
andultraLight
definitions (swap values 100 and 200)extraBlack
(950) valueDiscussion
Need to think about whether we wish to rename any of the existing values. The current
heavy
for 800 is problematic becauseheavy
traditionally means 900.The text was updated successfully, but these errors were encountered: