[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

perf: preload fonts

+2
+2
nuxt.config.ts
··· 166 166 { 167 167 name: 'Geist', 168 168 weights: ['400', '500', '600'], 169 + preload: true, 169 170 global: true, 170 171 }, 171 172 { 172 173 name: 'Geist Mono', 173 174 weights: ['400', '500'], 175 + preload: true, 174 176 global: true, 175 177 }, 176 178 ],