From a495af56b4b5ca7da340cc9ce74f4fef0ab5cd88 Mon Sep 17 00:00:00 2001 From: Andley Chang Date: Wed, 18 May 2022 19:00:27 +0800 Subject: [PATCH] vault backup: 2022-05-18 19:00:26 Affected files: _layouts/default.html assets/css/style.scss --- _layouts/default.html | 3 +++ assets/css/style.scss | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index 726d594b..06d4b611 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -5,6 +5,9 @@ {% seo %} + + + diff --git a/assets/css/style.scss b/assets/css/style.scss index 0c9a8c5a..ade3606d 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -9,12 +9,12 @@ ruby { font-size: 16px ; line-height: 16px ; padding-bottom: 10px ; - font-family: "Times New Roman", serif; + font-family: 'EB Garamond', serif; } rt { font-size: 13px ; line-height: 13px ; - font-family: "Arial Narrow", sans-serif; + font-family: 'Ubuntu Condensed', sans-serif; } ul ruby { padding-bottom: 3px !important; @@ -35,8 +35,8 @@ ruby { font-weight:600; } - html, body { - font-family: "Times New Roman", serif; + p, html, body { + font-family: 'EB Garamond', 'Noto Sans TC', sans-serif; } /* text decoration for marking syntax functions */