Skip to content

Typografie

Fonts werden automatisch geladen via Tailwind config.

<!-- Überschriften -->
<h1 class="text-5xl font-bold leading-tight">Titel</h1>
<!-- Body -->
<p class="text-base leading-relaxed">Text</p>
KlasseSizeUsage
text-5xl48pxH1
text-4xl40pxH2
text-3xl32pxH3
text-base16pxBody
text-lg18pxBody Large
text-sm14pxCaption
  • font-normal (400)
  • font-medium (500)
  • font-semibold (600)
  • font-bold (700)

Typografie ist konfiguriert – nutzt Tailwind-Klassen.