Add Noto Sans JP and Fix Guide Buttons

This commit is contained in:
BloxerHD 2026-06-29 18:08:23 +01:00 committed by red binder
commit 83f733f44f
2 changed files with 3 additions and 2 deletions

View file

@ -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;