Configure fonts and icons
This commit is contained in:
parent
cfeda865ab
commit
71d8c237a0
@ -107,4 +107,5 @@
|
||||
|
||||
html {
|
||||
scroll-behavior: smooth;
|
||||
font-family: Roboto, Arial, sans-serif;
|
||||
}
|
||||
@ -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'
|
||||
},
|
||||
})
|
||||
Loading…
x
Reference in New Issue
Block a user