[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.

fix: use geist mono as well

+4 -4
+1 -1
app/components/OgImage/Default.vue
··· 4 4 > 5 5 <h1 6 6 class="text-6xl font-medium tracking-tight" 7 - style="font-family: 'JetBrains Mono'" 7 + style="font-family: 'Geist Mono'" 8 8 > 9 9 <span 10 10 class="text-[#666666]"
+1 -1
app/components/OgImage/Package.vue
··· 13 13 <template> 14 14 <div 15 15 class="h-full w-full flex flex-col justify-center items-center bg-[#0a0a0a] text-[#fafafa]" 16 - style="font-family: 'JetBrains Mono'" 16 + style="font-family: 'Geist Mono'" 17 17 > 18 18 <h1 class="text-6xl font-medium tracking-tight"> 19 19 {{ name }}
+1 -1
nuxt.config.ts
··· 90 90 global: true, 91 91 }, 92 92 { 93 - name: 'JetBrains Mono', 93 + name: 'Geist Mono', 94 94 weights: ['400', '500'], 95 95 global: true, 96 96 },
+1 -1
uno.config.ts
··· 14 14 ], 15 15 theme: { 16 16 font: { 17 - mono: '\'JetBrains Mono\', monospace', 17 + mono: '\'Geist Mono\', monospace', 18 18 sans: '\'Geist\', system-ui, -apple-system, sans-serif', 19 19 }, 20 20 colors: {