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'); // 不知道为啥,似乎模版页面不会自 + + +