From 4331e5907c9a267c7ba9684c06b4cd9932965224 Mon Sep 17 00:00:00 2001 From: "Kaz Saita(raspi4)" Date: Mon, 18 Mar 2024 18:45:01 +0900 Subject: [PATCH] sync notes(auto) --- .vscode/settings.json | 2 +- quartz/styles/custom.scss | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 2176062..f8d6ab3 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,7 +3,7 @@ "editor.wrappingIndent": "indent", "editor.overviewRulerBorder": false, "editor.codeActionsOnSave": { - "source.fixAll.markdownlint": true + "source.fixAll.markdownlint": "explicit" }, "[markdown]": { "editor.quickSuggestions": { diff --git a/quartz/styles/custom.scss b/quartz/styles/custom.scss index f9ce933..b177e21 100644 --- a/quartz/styles/custom.scss +++ b/quartz/styles/custom.scss @@ -7,8 +7,8 @@ $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: "Noto Sans", "Bahnschrift", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif; -$body-font-family: "Noto Serif" , "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif; +$header-font-family: "Bahnschrift", "Helvetica Neue", "Helvetica", "Noto Sans", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif; +$body-font-family: "Times New Roman", "Noto Serif", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif; $pre-font-family: "Noto Mono", monospace; // put your custom CSS here!