Typografie
Font Loading
Section titled “Font Loading”Fonts werden automatisch geladen via Tailwind config.
Verwendung
Section titled “Verwendung”<!-- Überschriften --><h1 class="text-5xl font-bold leading-tight">Titel</h1>
<!-- Body --><p class="text-base leading-relaxed">Text</p>Type Scale
Section titled “Type Scale”| Klasse | Size | Usage |
|---|---|---|
| text-5xl | 48px | H1 |
| text-4xl | 40px | H2 |
| text-3xl | 32px | H3 |
| text-base | 16px | Body |
| text-lg | 18px | Body Large |
| text-sm | 14px | Caption |
Font Weight
Section titled “Font Weight”font-normal(400)font-medium(500)font-semibold(600)font-bold(700)
Typografie ist konfiguriert – nutzt Tailwind-Klassen.