Add another iosevka font

This commit is contained in:
2026-03-12 17:06:21 +01:00
parent 410f2642da
commit 7b79e01ca7
2 changed files with 8 additions and 1 deletions

View File

@@ -16,6 +16,13 @@
font-display: swap;
}
@font-face {
font-family: "Iosevka Term";
src: url("./fonts/iosevka-term-regular.woff2") format("woff2");
font-weight: normal;
font-style: normal;
font-display: block;
}
@font-face {
font-family: "Perfect DOS";
src: url("./fonts/perfectdos.ttf") format("truetype");
@@ -43,7 +50,7 @@ body {
padding: 0;
}
body {
font-family: "VT323", monospace;
font-family: "Iosevka Term", monospace;
-webkit-text-size-adjust: 100%;
}

Binary file not shown.