Skip to content

Commit 380b22a

Browse files
chore: add Noto JP and Arabic to nuxt/fonts config
1 parent 84b8069 commit 380b22a

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.demo/nuxt.config.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,16 @@ export default defineNuxtConfig({
9797
provider: 'google',
9898
weights: ['300 700'],
9999
},
100+
{
101+
name: 'Noto Sans JP',
102+
provider: 'google',
103+
weights: ['100 900'],
104+
},
105+
{
106+
name: 'Noto Naskh Arabic',
107+
provider: 'google',
108+
weights: ['400 700'],
109+
},
100110
],
101111
experimental: {
102112
processCSSVariables: true,

0 commit comments

Comments
 (0)