統計情報を表示する

This commit is contained in:
yuukiwww
2024-04-20 01:16:48 +00:00
parent 5f9daa697c
commit ac89c9537d
34 changed files with 475 additions and 3 deletions

24
public/stats/custom.css Normal file
View File

@@ -0,0 +1,24 @@
body {
padding: 3rem;
}
body > *:not(:last-child) {
margin-bottom: 3rem;
}
@font-face {
font-family: "Roboto";
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(roboto/Roboto-Regular.ttf) format("truetype");
}
body * {
font-family: "Roboto", sans-serif;
}
body * {
word-break: break-all;
white-space: pre-line;
}