html: add noto sans subset

This commit is contained in:
Vaxry
2025-04-13 16:53:17 +01:00
parent 5a0d332466
commit b5ee8880ff
6 changed files with 20 additions and 3 deletions

View File

@@ -7,8 +7,13 @@
<body style="background-color: #0e0e0e; overflow: hidden;">
<style>
@font-face {
font-family: "Noto Sans";
src: url("/checkpoint/NotoSans.woff");
}
* {
font-family: serif;
font-family: "Noto Sans";
}
.middle-box {