narr07
Help, Two local fonts familly, Only one legible
https://github.com/nuxt/fonts/issues/165
module: '@nuxt/fonts',
families: [
{
name: 'Display',
src: '/fonts/Display/',
weights: ['200', '300', '400', '500', '700', '900'],
display: 'swap',
},
{
name: 'Narr',
src: '/fonts/Narr/',
weights: ['100', '300', '400', '500', '700', '900'],
display: 'swap',
},
],
Only Narr Font readable2 replies
Nuxt Content (Document driven) and i18n
Is there a solution to this problem now?
When it is not the default language, the data does not appear
Document not found, overwrite this content with #not-found slot in <ContentDoc>.
Config
content: {
locales: ['id', 'en'],
defaultLocale: 'id'
}
Directory
----
--content
---id
---en
-----
similiar to this:
https://github.com/nuxt/content/issues/20034 replies