Skip to content

Commit 995b34b

Browse files
committed
Use otf instead of ttf
1 parent c54009a commit 995b34b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export async function loadFontsForOG(): Promise<FontOptions[]> {
2222
name: "Host Grotesk",
2323
},
2424
{
25-
data: await readFile(resolve(cwd, dirname, "CommitMono-400-Regular.ttf")),
25+
data: await readFile(resolve(cwd, dirname, "CommitMono-400-Regular.otf")),
2626
name: "Commit Mono",
2727
},
2828
]

0 commit comments

Comments
 (0)