NuxtN
Nuxt11mo ago
kora

Nuxt fonts only load one font

Nuxt fonts only load one font when i try to load two font only one working

fonts: {
defaults: {
preload: true
},

families: [
{
name: 'MAutotune',
src: '/fonts/Saans-Medium.woff2',
weight: 'medium'
},
{
name: 'NTM Regular',
src: '/fonts/Saans-Regular.woff2',
weight: 'regular'
}
],
},
Was this page helpful?