created general outline of website
This commit is contained in:
BIN
assets/databases/news.db
Normal file
BIN
assets/databases/news.db
Normal file
Binary file not shown.
BIN
assets/fonts/NotoSansJP-VariableFont_wght.ttf
Normal file
BIN
assets/fonts/NotoSansJP-VariableFont_wght.ttf
Normal file
Binary file not shown.
13
assets/styles/app.css
Normal file
13
assets/styles/app.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user