aboutsummaryrefslogtreecommitdiffstats
path: root/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'layouts')
-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 {