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