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

@ -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']
}
}
},