Theemo / @theemo/tokens / FontWeightAlias
Type Alias: FontWeightAlias
ts
type FontWeightAlias:
| "thin"
| "hairline"
| "extra-light"
| "ultra-light"
| "light"
| "normal"
| "regular"
| "book"
| "medium"
| "semi-bold"
| "demi-bold"
| "bold"
| "extra-bold"
| "ultra-bold"
| "black"
| "heavy"
| "extra-black"
| "ultra-black";
Represents font weights