Skip to content

Commit 0f945f8

Browse files
committed
perf: preload fonts
1 parent 6c03171 commit 0f945f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nuxt.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,11 +166,13 @@ export default defineNuxtConfig({
166166
{
167167
name: 'Geist',
168168
weights: ['400', '500', '600'],
169+
preload: true,
169170
global: true,
170171
},
171172
{
172173
name: 'Geist Mono',
173174
weights: ['400', '500'],
175+
preload: true,
174176
global: true,
175177
},
176178
],

0 commit comments

Comments
 (0)