typography
font-size
Utilities for controlling the font size of an element.
| Class | Style |
|---|---|
| text-xs | font-size: var(--font-size-xs); |
| text-sm | font-size: var(--font-size-sm); |
| text-md | font-size: var(--font-size-md); |
| text-ml | font-size: var(--font-size-ml); |
| text-lg | font-size: var(--font-size-lg); |
| text-xl | font-size: var(--font-size-xl); |
| text-2xl | font-size: var(--font-size-2xl); |
| text-3xl | font-size: var(--font-size-3xl); |
| text-4xl | font-size: var(--font-size-4xl); |
| text-5xl | font-size: var(--font-size-5xl); |
| text-6xl | font-size: var(--font-size-6xl); |
| text-7xl | font-size: var(--font-size-7xl); |