diff options
author | Tom Smeding <tom@tomsmeding.com> | 2025-05-12 11:47:04 +0200 |
---|---|---|
committer | Tom Smeding <tom@tomsmeding.com> | 2025-05-12 11:47:04 +0200 |
commit | a04e7a21ad151ab3ea365a0839a6fd24b65ba5b5 (patch) | |
tree | 048a459f3547adbd92ece6dae3a30b80ea98d181 /$template.html | |
parent | 9fa67dd485ba033c0adfdfe1ef9265a066a2caff (diff) |
Diffstat (limited to '$template.html')
-rw-r--r-- | $template.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/$template.html b/$template.html index 9eb8665..fe80663 100644 --- a/$template.html +++ b/$template.html @@ -48,8 +48,8 @@ html, body { padding-top: 0px; padding-bottom: 0px; margin: 0; - /* Have a fallback to local mononoki for offline pages */ - font-family: mononoki-webfont, mononoki, monospace; + /* Have a fallback to local mononoki for offline pages; include IPAGothic for Japanese text */ + font-family: mononoki-webfont, mononoki, IPAGothic, monospace; font-size: 12pt; } code { |