From d2b18b3110593e94500c51c112355ada4ef03c6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=BE=E6=B5=A6=20=E7=9F=A5=E4=B9=9F=20Matsuura=20Tomoy?= =?UTF-8?q?a?= Date: Wed, 20 Aug 2025 18:11:25 +0900 Subject: [PATCH] fixed layout and og image font --- quartz.config.ts | 4 ++-- quartz.layout.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/quartz.config.ts b/quartz.config.ts index 7df53d1c..4883abc8 100644 --- a/quartz.config.ts +++ b/quartz.config.ts @@ -25,8 +25,8 @@ const config: QuartzConfig = { fontOrigin: "googleFonts", cdnCaching: true, typography: { - header: "Schibsted Grotesk", - body: "Source Sans Pro", + header: "Noto Sans JP", + body: "Noto Sans JP", code: "IBM Plex Mono", }, colors: { diff --git a/quartz.layout.ts b/quartz.layout.ts index 4c4786b0..d2421618 100644 --- a/quartz.layout.ts +++ b/quartz.layout.ts @@ -63,7 +63,7 @@ export const defaultContentPageLayout: PageLayout = { { Component: Component.ReaderMode() }, ], }), - Component.Explorer(), + // Component.Explorer(), Component.DesktopOnly(Component.TableOfContents()), ], right: [