From 4021954fc1683c118ec361de45b76033b0cd487e Mon Sep 17 00:00:00 2001 From: JohnathanLin <289348588@qq.com> Date: Sun, 22 Oct 2023 19:47:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=97=E4=BD=93=E6=94=B9=E4=B8=BA=E6=80=9D?= =?UTF-8?q?=E6=BA=90=E9=BB=91=E4=BD=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/core/reset.css | 2 +- layouts/_default/baseof.html | 1 + layouts/partials/css.html | 23 +++++++++++++++++++++++ 3 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 layouts/partials/css.html diff --git a/assets/css/core/reset.css b/assets/css/core/reset.css index f509cf6..07515be 100644 --- a/assets/css/core/reset.css +++ b/assets/css/core/reset.css @@ -22,7 +22,7 @@ h6 { } body { - font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; + font-family: 'Noto Serif SC', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; font-size: 18px; line-height: 1.6; word-break: break-word; diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index d688c82..1a6b4dd 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -2,6 +2,7 @@ + {{- partial "css.html" . }} {{- partial "head.html" . }} diff --git a/layouts/partials/css.html b/layouts/partials/css.html new file mode 100644 index 0000000..485e4f8 --- /dev/null +++ b/layouts/partials/css.html @@ -0,0 +1,23 @@ + + + + \ No newline at end of file