From ed1abe90a29e17cdae5e24549e0ab0eb9a0c5702 Mon Sep 17 00:00:00 2001 From: "Kaz Saita(raspi4)" Date: Thu, 21 Mar 2024 19:34:05 +0900 Subject: [PATCH] tweak font --- quartz/styles/custom.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/quartz/styles/custom.scss b/quartz/styles/custom.scss index 96f4570..d92b1b6 100644 --- a/quartz/styles/custom.scss +++ b/quartz/styles/custom.scss @@ -8,7 +8,7 @@ $header-font-size-h6 : $default-font-size * 1.2; $header-line-height : 120%; $header-font-family: "BIZ UDPGothic", "Helvetica Neue", "Helvetica", "Noto Sans", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif; -$body-font-family: "BIZ UDPMincho", "Times New Roman", "Noto Serif", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif; +$body-font-family: "Times New Roman", "BIZ UDPMincho", "Noto Serif", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif; $pre-font-family: "Inconsolata", "Noto Mono", monospace; @@ -17,6 +17,10 @@ html { font-size: $root-font-size !important; } +body { + font-family: $body-font-family !important; + +} h1 { font-size: 1.75rem !important; font-family: $header-font-family !important;