Add Noto Sans JP and Fix Guide Buttons #1

Merged
kitten merged 1 commit from spacebar/spfn-website:main into main 2026-06-29 19:25:04 +02:00
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;

View file

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