html: use a serif font

This commit is contained in:
Vaxry
2025-04-13 00:10:03 +01:00
parent 2e48d32a4d
commit 1571a21a13
2 changed files with 5 additions and 1 deletions

View File

@@ -7,6 +7,10 @@
<body style="background-color: #0e0e0e; overflow: hidden;">
<style>
* {
font-family: serif;
}
.middle-box {
display: block;
position: absolute;