include Monocraft in website
All checks were successful
/ Build BaseBand Website (push) Successful in 14s

This commit is contained in:
Daniella / Tove 2024-10-14 17:05:02 +02:00
parent 18b07d1f1e
commit 9314c21400
Signed by: TudbuT
GPG key ID: B3CF345217F202D3
2 changed files with 7 additions and 1 deletions

View file

@ -52,6 +52,7 @@ func handle-client { | with client ;
:serve-file-cached<"screenshot_seedoverlay_generating.png" "/screenshots/seedoverlay/generating.png" "image/png">
:serve-file-cached<"screenshot_seedoverlay_hut.png" "/screenshots/seedoverlay/hut.png" "image/png">
:serve-file-cached<"screenshot_seedoverlay_underground.png" "/screenshots/seedoverlay/underground.png" "image/png">
:serve-file-cached<"Monocraft.ttf" "/Monocraft.ttf" "font/ttf">
:is-open
if {
404.html client:write-head<404 "Not found">:write-html-body:finish;

View file

@ -1,3 +1,8 @@
@font-face {
font-family: MonocraftOnline;
src: url(/Monocraft.ttf);
}
html {
margin: 0;
background-color: #502060;
@ -10,7 +15,7 @@ body {
margin-top: min(10em, 30vh);
margin-bottom: min(10em, 30vh);
padding: 0;
font-family: Monocraft, monospace, sans-serif;
font-family: Monocraft, MonocraftOnline, monospace, sans-serif;
}
a {
color: #00ffff;