diff options
| author | verdant <i@glowisle.me> | 2026-03-29 13:21:04 +0800 |
|---|---|---|
| committer | verdant <i@glowisle.me> | 2026-03-29 13:21:04 +0800 |
| commit | 3a90612d7f83ccf79ced45a14fc468fee31f23a4 (patch) | |
| tree | c4661b979d4670b23635a75dd217d124956232ac /layouts/partials/style.html | |
| parent | 2d96e2c111bf76c4757ab20613f4a2433027b276 (diff) | |
| download | blog-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.html | 3 |
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 { |
