Font Weight

Utilities for controlling the font weight of an element.

Class CSS Output
font-medium
--tw-font-weight: var(--font-weight-medium);
font-weight: var(--font-weight-medium);
font-thin
--tw-font-weight: var(--font-weight-thin);
font-weight: var(--font-weight-thin);
font-black
--tw-font-weight: var(--font-weight-black);
font-weight: var(--font-weight-black);
font-[value]
font-family: value;

Reference

font-family MDN ↗
font-weight MDN ↗