From 604c10b32eff170c1fc6d283e1451248e6cc952b Mon Sep 17 00:00:00 2001 From: "Kaz Saita(raspi5)" Date: Sun, 28 Apr 2024 16:30:03 +0900 Subject: [PATCH] sync notes(auto) --- quartz/styles/custom.scss | 31 ++++++++++++++++++++++--------- 1 file changed, 22 insertions(+), 9 deletions(-) diff --git a/quartz/styles/custom.scss b/quartz/styles/custom.scss index e2eeb68..88b45d1 100644 --- a/quartz/styles/custom.scss +++ b/quartz/styles/custom.scss @@ -1,26 +1,32 @@ @use "./base.scss"; -$root-font-size: 18px; -$default-font-size: 1rem; -$default-line-height: 1.3rem; +$default-font-size: 1.125rem; +$default-line-height: 2.25rem; $header-font-size-base : $default-font-size * 1.2; $header-font-size-h6 : $default-font-size * 1.2; $header-line-height : 120%; -$header-font-family: "Helvetica Neue", "BIZ UDPGothic", "Helvetica", "Noto Sans", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif; -$body-font-family: "Times New Roman", "BIZ UDPMincho", "Noto Serif", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif; + +$body-font-family: YakuHanJPs, "Segoe UI", Arial, Meiryo, sans-serif; +$header-font-family: $body-font-family; +// "Helvetica Neue", "BIZ UDPGothic", "Helvetica", "Noto Sans", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-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; // put your custom CSS here! html { - font-size: $root-font-size !important; + font-weight: 400; + font-kerning: normal; + font-size: 100%; + // font-size: $root-font-size !important; } body { - font-family: $body-font-family !important; + // font-family: $body-font-family !important; } + h1 { font-size: 1.75rem !important; font-family: $header-font-family !important; @@ -87,7 +93,7 @@ p { line-height: $default-line-height; letter-spacing: .025rem !important; margin-left: 1rem !important; - + } p.content-meta { @@ -124,6 +130,7 @@ a.tag-link { margin: 0 !important; margin-bottom: 0.5rem !important; } + .katex { font-family: "Times New Roman" !important; font-size: 1rem !important; @@ -137,4 +144,10 @@ a.tag-link { text-align: left !important; margin-left: 3rem !important; white-space: nowrap; -} \ No newline at end of file +} + +// ソース +/* +.data-line { +} +*/ \ No newline at end of file