From 0593cc29c1b2502db34b6c29a64a0bc1916db93b Mon Sep 17 00:00:00 2001 From: "kaz Saita@raspi4" Date: Fri, 8 Mar 2024 17:30:11 +0900 Subject: [PATCH] sync notes(auto) --- quartz/styles/custom.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/quartz/styles/custom.scss b/quartz/styles/custom.scss index 12057e0..f9ce933 100644 --- a/quartz/styles/custom.scss +++ b/quartz/styles/custom.scss @@ -119,10 +119,14 @@ a.tag-link { margin-bottom: 0.5rem !important; } .katex { + font-family: "Times New Roman" !important; font-size: 1rem !important; + font-weight: lighter !important; } .katex-display>.katex { + font-weight: lighter !important; + font-family: "Times New Roman" !important; display: block; text-align: left !important; margin-left: 3rem !important;