Add Noto Sans JP and Fix Guide Buttons
All checks were successful
Build and Push Image / spfn-website (push) Successful in 2m32s
All checks were successful
Build and Push Image / spfn-website (push) Successful in 2m32s
This commit is contained in:
parent
5be4b0e760
commit
35a432556b
2 changed files with 3 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ body {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-family: 'Noto Sans', sans-serif;
|
font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
|
|
@ -172,7 +172,7 @@ form {
|
||||||
|
|
||||||
.guide {
|
.guide {
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
height: 48px;
|
min-height: 48px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
border: 2px solid #a00b0b;
|
border: 2px solid #a00b0b;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,7 @@
|
||||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
<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: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">
|
<link rel="stylesheet" href="/css/style.css">
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue