Add iosevka font

This commit is contained in:
2026-01-30 17:09:15 +01:00
parent 0be9b01359
commit dd6f8da545
2 changed files with 3 additions and 3 deletions

View File

@@ -9,8 +9,8 @@
*/ */
@font-face { @font-face {
font-family: "Perfect DOS VGA 437 Win"; font-family: "Iosevka Aile Web";
src: url("./fonts/perfectdos.ttf") format("truetype"); src: url("./fonts/iosevka-aile-regular.ttf") format("truetype");
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
font-display: swap; font-display: swap;
@@ -28,7 +28,7 @@ body {
padding: 0; padding: 0;
} }
body { body {
font: normal 100%/1.2 "Perfect DOS VGA 437 Win", monospace; font: normal 100%/1 "Iosevka Aile Web", monospace;
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
} }

Binary file not shown.