From 83f733f44f997e54ae021e0e2097edb2de8bf965 Mon Sep 17 00:00:00 2001 From: BloxerHD018 Date: Mon, 29 Jun 2026 18:08:23 +0100 Subject: [PATCH] Add Noto Sans JP and Fix Guide Buttons --- static/css/style.css | 4 ++-- static/guides/index.html | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 7767abb..d0b39dd 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -5,7 +5,7 @@ body { display: flex; flex-direction: column; margin: 0; - font-family: 'Noto Sans', sans-serif; + font-family: 'Noto Sans', 'Noto Sans JP', sans-serif; } button { @@ -172,7 +172,7 @@ form { .guide { font-size: 20px; - height: 48px; + min-height: 48px; cursor: pointer; border: 2px solid #a00b0b; border-radius: 10px; diff --git a/static/guides/index.html b/static/guides/index.html index f8145e6..a12a090 100644 --- a/static/guides/index.html +++ b/static/guides/index.html @@ -9,6 +9,7 @@ +