diff --git a/liteyuki/resources/templates/css/fonts.css b/liteyuki/resources/templates/css/fonts.css
index f80e5ee..1bd87b9 100644
--- a/liteyuki/resources/templates/css/fonts.css
+++ b/liteyuki/resources/templates/css/fonts.css
@@ -1,15 +1,33 @@
/*MiSans*/
+@font-face {
+ font-family: 'MiSans';
+ src: url('../fonts/MiSans/MiSans-Light.woff2') format('truetype');
+ font-weight: 200;
+}
+
@font-face {
font-family: 'MiSans';
src: url('../fonts/MiSans/MiSans-Normal.woff2') format('truetype');
- font-weight: normal;
+ font-weight: 400;
+}
+
+@font-face {
+ font-family: 'MiSans';
+ src: url('../fonts/MiSans/MiSans-Semibold.woff2') format('truetype');
+ font-weight: 500;
}
@font-face {
font-family: 'MiSans';
src: url('../fonts/MiSans/MiSans-Bold.woff2') format('truetype');
- font-weight: bold;
+ font-weight: 700;
+}
+
+@font-face {
+ font-family: 'MiSans';
+ src: url('../fonts/MiSans/MiSans-Heavy.woff2') format('truetype');
+ font-weight: 900;
}
/*MapleMono*/
@@ -51,4 +69,8 @@
src: url('../fonts/MapleMono/MapleMono-BoldItalic.woff2') format('truetype');
font-weight: 700;
font-style: italic;
+}
+
+body {
+ font-family: 'MapleMono', 'MiSans', sans-serif;
}
\ No newline at end of file
diff --git a/liteyuki/resources/templates/fonts/MiSans/MiSans-Demibold.woff2 b/liteyuki/resources/templates/fonts/MiSans/MiSans-Demibold.woff2
deleted file mode 100644
index 7cf3881..0000000
Binary files a/liteyuki/resources/templates/fonts/MiSans/MiSans-Demibold.woff2 and /dev/null differ
diff --git a/liteyuki/resources/templates/fonts/MiSans/MiSans-ExtraLight.woff2 b/liteyuki/resources/templates/fonts/MiSans/MiSans-ExtraLight.woff2
deleted file mode 100644
index b93c850..0000000
Binary files a/liteyuki/resources/templates/fonts/MiSans/MiSans-ExtraLight.woff2 and /dev/null differ
diff --git a/liteyuki/resources/templates/stats.html b/liteyuki/resources/templates/stats.html
index 24fb353..a6ee00f 100644
--- a/liteyuki/resources/templates/stats.html
+++ b/liteyuki/resources/templates/stats.html
@@ -8,22 +8,7 @@