Variable fontWeightsConst

fontWeights: Record<string, FontWeight> = ...

All supported font weights.

{
thin: 100,
extraLight: 200,
light: 300,
normal: 400,
medium: 500,
semiBold: 600,
bold: 700,
extraBold: 800,
black: 900,
}