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

View File

@@ -360,7 +360,7 @@ form.search {
********************************************************************/ ********************************************************************/
.dokuwiki .aside { .dokuwiki .aside {
font-size: 0.875em; font-size: 1em;
overflow: hidden; overflow: hidden;
word-wrap: break-word; word-wrap: break-word;
@@ -430,6 +430,7 @@ form.search {
clear: both; clear: both;
background: @ini_background; background: @ini_background;
color: inherit; color: inherit;
font-size: 1.1em;
border: 1px solid @ini_border; border: 1px solid @ini_border;
padding: 1.556em 2em 2em; padding: 1.556em 2em 2em;
margin-bottom: .5em; margin-bottom: .5em;

BIN
fonts/VT323-Regular.ttf Normal file

Binary file not shown.