Type Aliases
FontWeightType
type FontWeightType =
| "100"
| "200"
| "300"
| "normal"
| "400"
| "500"
| "600"
| "bold"
| "700"
| "800"
| "900"
| number
| CSSWideKeywords;Defined in: ui/styling/font-interfaces.ts
- Previous
- FontVariationSettingsType
- Next
- GlassEffectConfig