diff -r 5ed5b68408e4 -r 841bec790da8 templates/style.css --- a/templates/style.css Sun Sep 22 00:34:31 2019 +0200 +++ b/templates/style.css Sun Sep 22 01:36:35 2019 +0200 @@ -1,6 +1,11 @@ +@font-face { + font-family: "Sawasdee"; + src: url("Sawasdee.woff"); +} + body { - font-family: FreeSerif; - font-size: 20px; + font-family: sans-serif; + font-size: 18px; background-color: white; color: black; text-align: center;