Browse Source

Add greek subset

Andrea Franceschini 2 years ago
parent
commit
d9e4029e58
1 changed files with 1 additions and 0 deletions
  1. 1 0
      nuxt.config.ts

+ 1 - 0
nuxt.config.ts

@@ -93,6 +93,7 @@ export default defineNuxtConfig({
                 wght: [400, 700],
                 wght: [400, 700],
             },
             },
         },
         },
+        subsets: 'greek',
         download: true,
         download: true,
         // overwriting: true,
         // overwriting: true,
     }
     }