forked from spacebar/spfn-website
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;
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue