update font file name

This commit is contained in:
2026-01-30 11:43:14 +01:00
parent 28929912a6
commit c35da0e9a3
2 changed files with 2 additions and 3 deletions

View File

@@ -10,7 +10,7 @@
@font-face { @font-face {
font-family: "Perfect DOS VGA 437 Win"; font-family: "Perfect DOS VGA 437 Win";
src: url("../fonts/Perfect%20DOS%20VGA%20437%20Win.ttf") format("truetype"); src: url("./fonts/perfectdos.ttf") format("truetype");
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
font-display: swap; font-display: swap;
@@ -28,8 +28,7 @@ body {
padding: 0; padding: 0;
} }
body { body {
font: normal 87.5%/1.4 "Perfect DOS VGA 437 Win", monospace; font: normal 100%/1 "Perfect DOS VGA 437 Win", monospace;
/* default font size: 100% => 16px; 93.75% => 15px; 87.5% => 14px; 81.25% => 13px; 75% => 12px */
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
} }