Skip to content

Commit 4f4c6ca

Browse files
committed
change
1 parent 688df8e commit 4f4c6ca

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

frontend/src/pages/api/[lang]/event/[slug]/social-card.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const regularFont = fetch(
1919
).then((res) => res.arrayBuffer());
2020
const semiBoldFont = fetch(
2121
new URL(
22-
"../../../../../social-card-font/GeneralSans-Bold.otf",
22+
"../../../../../social-card-font/GeneralSans-Semibold.otf",
2323
import.meta.url,
2424
),
2525
).then((res) => res.arrayBuffer());
-42.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)