diff --git a/css/basic.less b/css/basic.less index 6057ccf..5fda7a3 100755 --- a/css/basic.less +++ b/css/basic.less @@ -24,6 +24,13 @@ font-display: swap; } + +@font-face { + font-family: "VT323"; + src: url("./fonts/VT323-Regular.ttf") format("truetype"); + font-display: block; +} + html { overflow-x: hidden; overflow-y: scroll; @@ -36,9 +43,8 @@ body { padding: 0; } body { - font-family: "Iosevka Aile Web", monospace; + font-family: "VT323", monospace; -webkit-text-size-adjust: 100%; - line-height: 1.4; } diff --git a/css/design.less b/css/design.less index eca7da9..80b2bc2 100755 --- a/css/design.less +++ b/css/design.less @@ -360,7 +360,7 @@ form.search { ********************************************************************/ .dokuwiki .aside { - font-size: 0.875em; + font-size: 1em; overflow: hidden; word-wrap: break-word; @@ -430,6 +430,7 @@ form.search { clear: both; background: @ini_background; color: inherit; + font-size: 1.1em; border: 1px solid @ini_border; padding: 1.556em 2em 2em; margin-bottom: .5em; diff --git a/fonts/VT323-Regular.ttf b/fonts/VT323-Regular.ttf new file mode 100644 index 0000000..6aec599 Binary files /dev/null and b/fonts/VT323-Regular.ttf differ