aboutsummaryrefslogtreecommitdiffstats
path: root/layouts/partials/style.html
diff options
context:
space:
mode:
authorverdant <i@glowisle.me>2026-03-29 13:21:04 +0800
committerverdant <i@glowisle.me>2026-03-29 13:21:04 +0800
commit3a90612d7f83ccf79ced45a14fc468fee31f23a4 (patch)
treec4661b979d4670b23635a75dd217d124956232ac /layouts/partials/style.html
parent2d96e2c111bf76c4757ab20613f4a2433027b276 (diff)
downloadblog-3a90612d7f83ccf79ced45a14fc468fee31f23a4.tar.gz
blog-3a90612d7f83ccf79ced45a14fc468fee31f23a4.zip
style: add font-family, modify font-weight
Diffstat (limited to 'layouts/partials/style.html')
-rw-r--r--layouts/partials/style.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/layouts/partials/style.html b/layouts/partials/style.html
index 1297f6d..f314c0e 100644
--- a/layouts/partials/style.html
+++ b/layouts/partials/style.html
@@ -103,6 +103,7 @@ h1, h2 {
body {
font-size: var(--font-size-primary);
+ font-family: Noto Serif CJK SC;
margin: auto;
padding: 20px;
max-width: var(--width-max);
@@ -124,7 +125,7 @@ body {
p {
line-height: 2;
- font-weight: inherit;
+ font-weight: 500;
}
div.summary {