From 3e9be39851b26f966ea26d92050d4ac68e24728d Mon Sep 17 00:00:00 2001 From: Aaron Pham Date: Fri, 17 Jan 2025 07:52:03 -0500 Subject: [PATCH] fix(og): make sure to replace space in fonts with + Signed-off-by: Aaron Pham --- quartz/util/og.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quartz/util/og.tsx b/quartz/util/og.tsx index 42b9b27be..f4463044c 100644 --- a/quartz/util/og.tsx +++ b/quartz/util/og.tsx @@ -36,7 +36,7 @@ async function fetchTtf(fontName: string, weight: FontWeight): Promise