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
|
|
@ -8,7 +8,7 @@
|
|||
<meta name="author" content="Lovable" />
|
||||
|
||||
<!-- Google Fonts -->
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap">
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Nunito:wght@400;600;700;800;900&display=swap">
|
||||
|
||||
<meta property="og:title" content="interactive-intellectual-vault" />
|
||||
<meta property="og:description" content="Lovable Generated Project" />
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
@ -103,7 +103,8 @@ export default {
|
|||
'accordion-up': 'accordion-up 0.2s ease-out'
|
||||
},
|
||||
fontFamily: {
|
||||
'sans': ['Lato', 'ui-sans-serif', 'system-ui', '-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', 'Noto Sans', 'sans-serif']
|
||||
'sans': ['Lato', 'ui-sans-serif', 'system-ui', '-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', 'Noto Sans', 'sans-serif'],
|
||||
'heading': ['Nunito', 'ui-sans-serif', 'system-ui', '-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', 'Noto Sans', 'sans-serif']
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue