Use Nunito font for headings

Configure Nunito font for all headings.
This commit is contained in:
gpt-engineer-app[bot] 2025-07-21 10:15:12 +00:00
parent b5066bb7fe
commit c5f409c6a6
3 changed files with 8 additions and 2 deletions

View file

@ -126,4 +126,9 @@ All colors MUST be HSL.
body {
@apply bg-background text-foreground;
}
/* Apply Nunito to all headings */
h1, h2, h3, h4, h5, h6 {
@apply font-heading;
}
}