Skip to main content

Font weights

Fower provides a set of preset font weights values.

const config = {
theme: {
fontWeights: {
hairline: 100,
thin: 200,
light: 300,
normal: 400,
medium: 500,
semibold: 600,
bold: 700,
extrabold: 800,
black: 900,
},
},
}