Configure fonts and icons

This commit is contained in:
Dominik Milacher 2025-10-14 14:24:46 +02:00
parent cfeda865ab
commit 71d8c237a0
2 changed files with 15 additions and 0 deletions

View File

@ -107,4 +107,5 @@
html {
scroll-behavior: smooth;
font-family: Roboto, Arial, sans-serif;
}

View File

@ -16,4 +16,18 @@ export default defineNuxtConfig({
app: {
pageTransition: { name: 'page', mode: 'out-in' }
},
fonts: {
providers: {
google: false,
googleicons: false,
// bunny: false,
fontshare: false,
fontsource: false,
adobe: false
}
},
icon: {
provider: 'server',
serverBundle: 'local'
},
})