Skip to content

Commit 3e14bbe

Browse files
committed
fix: use geist mono as well
1 parent 139a090 commit 3e14bbe

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

app/components/OgImage/Default.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
>
55
<h1
66
class="text-6xl font-medium tracking-tight"
7-
style="font-family: 'JetBrains Mono'"
7+
style="font-family: 'Geist Mono'"
88
>
99
<span
1010
class="text-[#666666]"

app/components/OgImage/Package.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ withDefaults(defineProps<{
1313
<template>
1414
<div
1515
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'"
1717
>
1818
<h1 class="text-6xl font-medium tracking-tight">
1919
{{ name }}

nuxt.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export default defineNuxtConfig({
9090
global: true,
9191
},
9292
{
93-
name: 'JetBrains Mono',
93+
name: 'Geist Mono',
9494
weights: ['400', '500'],
9595
global: true,
9696
},

uno.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default defineConfig({
1414
],
1515
theme: {
1616
font: {
17-
mono: '\'JetBrains Mono\', monospace',
17+
mono: '\'Geist Mono\', monospace',
1818
sans: '\'Geist\', system-ui, -apple-system, sans-serif',
1919
},
2020
colors: {

0 commit comments

Comments
 (0)