Skip to content

Commit 93cd9bd

Browse files
another font?
1 parent edb0d81 commit 93cd9bd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

app/api/og/route.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ const interRegular = fetch(
99
new URL('../../../assets/fonts/Inter-Regular.ttf', import.meta.url)
1010
).then((res) => res.arrayBuffer())
1111

12-
const interBold = fetch(new URL('../../../assets/fonts/Inter-Bold.ttf', import.meta.url)).then(
13-
(res) => res.arrayBuffer()
14-
)
12+
// const interBold = fetch(new URL('../../../assets/fonts/Inter-Bold.ttf', import.meta.url)).then(
13+
// (res) => res.arrayBuffer()
14+
// )
1515

16-
// const interBold = fetch(
17-
// new URL('../../../assets/fonts/OpenSans-ExtraBold.ttf', import.meta.url)
18-
// ).then((res) => res.arrayBuffer())
16+
const interBold = fetch(
17+
new URL('../../../assets/fonts/OpenSans-ExtraBold.ttf', import.meta.url)
18+
).then((res) => res.arrayBuffer())
1919

2020
export async function GET(req: Request) {
2121
try {

0 commit comments

Comments
 (0)