style(font): use @fontsource-variable/roboto-slab and set family to 'Roboto Slab Variable'
This commit is contained in:
@@ -6,11 +6,7 @@ export default defineNuxtConfig({
|
||||
css: ['bulma/css/bulma.min.css', '@/assets/css/main.css'],
|
||||
app: {
|
||||
head: {
|
||||
link: [
|
||||
{ rel: 'preconnect', href: 'https://fonts.googleapis.com' },
|
||||
{ rel: 'preconnect', href: 'https://fonts.gstatic.com', crossorigin: '' },
|
||||
{ rel: 'stylesheet', href: 'https://fonts.googleapis.com/css2?family=Roboto+Slab:opsz,wght@8..144,100..900&display=swap' }
|
||||
]
|
||||
link: []
|
||||
}
|
||||
}
|
||||
})
|
||||
|
Reference in New Issue
Block a user