Search
Loading...
Skip to content

Type Alias: FontWeight

type FontWeight =
| "thin"
| "extraLight"
| "light"
| "normal"
| "medium"
| "semiBold"
| "bold"
| "extraBold"
| "heavy";