From 8a836f09874c1f8ee702f8e4c66237659348738f Mon Sep 17 00:00:00 2001 From: Struchkov Mark Date: Thu, 5 Sep 2024 02:29:45 +0300 Subject: [PATCH] =?UTF-8?q?=D0=92=D0=B5=D1=80=D0=BD=D1=83=D0=BB=20=D1=88?= =?UTF-8?q?=D1=80=D0=B8=D1=84=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .quartz/quartz.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.quartz/quartz.config.ts b/.quartz/quartz.config.ts index 05170933..e37f88ce 100644 --- a/.quartz/quartz.config.ts +++ b/.quartz/quartz.config.ts @@ -19,7 +19,7 @@ const config: QuartzConfig = { fontOrigin: "googleFonts", cdnCaching: true, typography: { - header: "Open Sans Condensed", + header: "Schibsted Grotesk", body: "Inter", code: "IBM Plex Mono", },