Skip to content

Commit 1927766

Browse files
committed
chore(fonts): use fontsource provider
1 parent 9233a37 commit 1927766

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/config/modules/index.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@ export const modulesConfig: ReturnType<DefineNuxtConfig> = {
2020
fonts: {
2121
families: [
2222
{
23+
formats: ['ttf'],
24+
global: true,
2325
name: 'Raleway',
26+
provider: 'fontsource',
2427
weights: [400, 700],
25-
global: true,
26-
formats: ['ttf'],
2728
},
2829
],
2930
},

0 commit comments

Comments
 (0)