From ff6db6ea9c9229095a883a15d9f40130e9cab9fc Mon Sep 17 00:00:00 2001 From: Feripe-a <84395172+Feripe-a@users.noreply.github.com> Date: Sat, 8 Jan 2022 16:49:16 -0300 Subject: [PATCH] Added quiz font to furigana --- templates/Japanese words/template.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/Japanese words/template.css b/templates/Japanese words/template.css index 7462568..5b87b77 100644 --- a/templates/Japanese words/template.css +++ b/templates/Japanese words/template.css @@ -79,6 +79,9 @@ ul { #question { font-family: "acgyosyo", "Yu Mincho"; } +#question ruby rt { + font-family: "acgyosyo", "Yu Mincho"; +} .japanese { text-align: center; font-size: 40px;