frontend: Force sans-serif font

This commit is contained in:
Simon Bruder 2022-07-16 18:58:05 +02:00
parent 0c824b5af7
commit 2879806bf8
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

@ -1,3 +1,7 @@
body {
font-family: sans-serif;
}
.container {
margin: 1em auto;
max-width: 576px;