From 103775e1e570dbaf8f333176b58da6cef54a9426 Mon Sep 17 00:00:00 2001 From: Ren Tatsumoto Date: Tue, 11 Oct 2022 21:54:43 +0300 Subject: [PATCH] add fallback fonts --- templates/Japanese words/template.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/templates/Japanese words/template.css b/templates/Japanese words/template.css index dad22c3..42804c2 100644 --- a/templates/Japanese words/template.css +++ b/templates/Japanese words/template.css @@ -80,11 +80,9 @@ header .tags { /* question */ -#question { - font-family: "acgyosyo", "Yu Mincho"; -} +#question, #question ruby rt { - font-family: "acgyosyo", "Yu Mincho"; + font-family: "acgyosyo", "Yu Mincho", "Noto Serif", "Noto Serif CJK JP"; } .japanese { text-align: center;