Font Family

Utilities for controlling the font family of an element.

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

Reference

font-family MDN ↗