From 3838369e3d296e815c5871039641c9a371f14231 Mon Sep 17 00:00:00 2001 From: Skywt2003 Date: Fri, 4 Feb 2022 16:49:38 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4=E5=85=A8=E5=B1=80=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E6=80=9D=E6=BA=90=E5=AE=8B=E4=BD=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/style.css | 5 ++++- header.php | 3 +++ homepage.php | 3 +++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/assets/style.css b/assets/style.css index 12cf102..595e490 100644 --- a/assets/style.css +++ b/assets/style.css @@ -1,3 +1,7 @@ +body, .navbar-nav .nav-link { + font-family: 'Noto Serif SC', serif; +} + .container { max-width: 820px; } @@ -55,7 +59,6 @@ blockquote:before { line-height: 0; } code, pre { - font-family: Consolas,Menlo,Monaco,Andale Mono WT,Andale Mono,Lucida Console,Lucida Sans Typewriter,DejaVu Sans Mono,Bitstream Vera Sans Mono,Liberation Mono,Nimbus Mono L,Courier New,Courier,monospace; background: #f0f0f0; color: #444; } diff --git a/header.php b/header.php index 77ab980..5f5f5f8 100644 --- a/header.php +++ b/header.php @@ -19,6 +19,9 @@ + + + diff --git a/homepage.php b/homepage.php index 0f438cd..2525a31 100644 --- a/homepage.php +++ b/homepage.php @@ -23,6 +23,9 @@ $this->need('functions.php'); // 不知道为啥,似乎模版页面不会自 + + +