Skip to content

Commit 30669b9

Browse files
committed
Comment out Commit Mono?
1 parent 9ed522a commit 30669b9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/app/fonts/og/load-fonts-for-og.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ export async function loadFontsForOG(): Promise<FontOptions[]> {
2121
data: await readFile(resolve(cwd, dirname, "HostGrotesk-Regular.ttf")),
2222
name: "Host Grotesk",
2323
},
24-
{
25-
data: await readFile(resolve(cwd, dirname, "CommitMono-400-Regular.otf")),
26-
name: "Commit Mono",
27-
},
24+
// {
25+
// data: await readFile(resolve(cwd, dirname, "CommitMono-400-Regular.otf")),
26+
// name: "Commit Mono",
27+
// },
2828
]
2929
}

0 commit comments

Comments
 (0)