Update font

This commit is contained in:
2026-03-06 09:51:37 +01:00
parent 79a31340a8
commit 89e56af1b9
3 changed files with 10 additions and 3 deletions

View File

@@ -24,6 +24,13 @@
font-display: swap;
}
@font-face {
font-family: "VT323";
src: url("./fonts/VT323-Regular.ttf") format("truetype");
font-display: block;
}
html {
overflow-x: hidden;
overflow-y: scroll;
@@ -36,9 +43,8 @@ body {
padding: 0;
}
body {
font-family: "Iosevka Aile Web", monospace;
font-family: "VT323", monospace;
-webkit-text-size-adjust: 100%;
line-height: 1.4;
}