created general outline of website

This commit is contained in:
2024-07-28 22:08:11 +09:00
parent 18c331d486
commit 28c9720239
32 changed files with 3816 additions and 3 deletions

13
assets/styles/app.css Normal file
View File

@@ -0,0 +1,13 @@
@font-face {
font-family: "Noto Sans JP";
src: url('../fonts/NotoSansJP-VariableFont_wght.ttf') format('truetype');
}
#App {
display: grid;
font-family: "Noto Sans JP";
}
body {
margin: 0;
}