style(font): use @fontsource-variable/roboto-slab and set family to 'Roboto Slab Variable'

This commit is contained in:
2025-08-16 09:22:46 -06:00
parent f0d3a8ed30
commit 63e1df5d01
4 changed files with 10 additions and 6 deletions

View File

@@ -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: []
}
}
})