fix font style

This commit is contained in:
2026-06-19 17:58:38 -04:00
parent 9768c282e8
commit a503cf2c83
5 changed files with 8 additions and 185 deletions

View File

@@ -1,3 +1,11 @@
@font-face {
font-family: "Mojangles";
font-style: normal;
font-weight: 400;
src: url("/mojangles-ascii.woff2");
unicode-range: U+0000-007F;
}
:root {
font: 1rem / 1.5 sans-serif;
}