Use Nunito font for headings
Configure Nunito font for all headings.
This commit is contained in:
parent
b5066bb7fe
commit
c5f409c6a6
3 changed files with 8 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue