Use Lato font for text

Apply Lato font to all non-heading text elements.
This commit is contained in:
gpt-engineer-app[bot] 2025-07-21 10:13:55 +00:00
parent 13f04fd7f7
commit b5066bb7fe
2 changed files with 6 additions and 0 deletions

View file

@ -6,6 +6,9 @@
<title>interactive-intellectual-vault</title>
<meta name="description" content="Lovable Generated Project" />
<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">
<meta property="og:title" content="interactive-intellectual-vault" />
<meta property="og:description" content="Lovable Generated Project" />

View file

@ -101,6 +101,9 @@ export default {
animation: {
'accordion-down': 'accordion-down 0.2s ease-out',
'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']
}
}
},