We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9233a37 commit 1927766Copy full SHA for 1927766
src/config/modules/index.ts
@@ -20,10 +20,11 @@ export const modulesConfig: ReturnType<DefineNuxtConfig> = {
20
fonts: {
21
families: [
22
{
23
+ formats: ['ttf'],
24
+ global: true,
25
name: 'Raleway',
26
+ provider: 'fontsource',
27
weights: [400, 700],
- global: true,
- formats: ['ttf'],
28
},
29
],
30
0 commit comments