Add Noto Sans JP and Fix Guide Buttons
This commit is contained in:
parent
7f951009b2
commit
83f733f44f
2 changed files with 3 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue