frontend: Force sans-serif font

master
Simon Bruder 2022-07-16 18:58:05 +02:00
parent 0c824b5af7
commit 2879806bf8
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 4 additions and 0 deletions

View File

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