diff --git a/server.spl b/server.spl index dc5ef11..b83afc9 100644 --- a/server.spl +++ b/server.spl @@ -20,7 +20,7 @@ def index.html "index.html" read-file destub<"Home"> =index.html def features.html "features.html" read-file destub<"Features"> =features.html func main { mega | with args ; - def server net:http:Server:new<"localhost" 13130> =server + def server net:http:Server:new<"::0" 13130> =server "server is listening on 13130" println; diff --git a/style.css b/style.css index dcd4f6b..37742bd 100644 --- a/style.css +++ b/style.css @@ -2,7 +2,6 @@ html { margin: 0; background-color: #502060; color: #00cccc; - font-family: Monocraft monospace; } body { margin: auto; @@ -11,6 +10,7 @@ body { margin-top: min(10em, 30vh); margin-bottom: min(10em, 30vh); padding: 0; + font-family: Monocraft, monospace, sans-serif; } a { color: #00ffff;