From 6dab37fcbf70d578280081b8079c4e25dee5e787 Mon Sep 17 00:00:00 2001 From: mohankumarpaluru Date: Sun, 19 May 2024 18:36:27 +0530 Subject: [PATCH] new font check --- quartz.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quartz.config.ts b/quartz.config.ts index 76aa21536..8a617e31d 100644 --- a/quartz.config.ts +++ b/quartz.config.ts @@ -22,7 +22,7 @@ const config: QuartzConfig = { fontOrigin: "googleFonts", cdnCaching: true, typography: { - header: "Montserrat", + header: "Orbitron", // Montserrat body: "Karla", code: "Fira Code", },