typography

font-weight

Utilities for controlling the font weight of an element.

ClassStyle
font-thinfont-weight: var(--font-weight-thin);
font-extralightfont-weight: var(--font-weight-extralight);
font-lightfont-weight: var(--font-weight-light);
font-normalfont-weight: var(--font-weight-normal);
font-mediumfont-weight: var(--font-weight-medium);
font-semiboldfont-weight: var(--font-weight-semibold);
font-boldfont-weight: var(--font-weight-bold);
font-extraboldfont-weight: var(--font-weight-extrabold);
font-blackfont-weight: var(--font-weight-black);
font-extrablackfont-weight: var(--font-weight-extrablack);