Font Family

Utilities for controlling the font family of an element.

Class CSS Output
font-weight-extrabold
font-family: var(--font-weight-extrabold);
}
font-weight-normal
font-family: var(--font-weight-normal);
}
font-weight-thin
font-family: var(--font-weight-thin);
}
font-[value]
font-family: value;
}

font-weight-extrabold

font-family: var(--font-weight-extrabold);

font-weight-normal

font-family: var(--font-weight-normal);

font-weight-thin

font-family: var(--font-weight-thin);

font-[value]

font-family: value;

Reference

font-family MDN ↗

CSS Properties

  • font-family