Configure fonts and icons
This commit is contained in:
parent
cfeda865ab
commit
71d8c237a0
@ -107,4 +107,5 @@
|
|||||||
|
|
||||||
html {
|
html {
|
||||||
scroll-behavior: smooth;
|
scroll-behavior: smooth;
|
||||||
|
font-family: Roboto, Arial, sans-serif;
|
||||||
}
|
}
|
||||||
@ -16,4 +16,18 @@ export default defineNuxtConfig({
|
|||||||
app: {
|
app: {
|
||||||
pageTransition: { name: 'page', mode: 'out-in' }
|
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