1
0
Fork 0

style: Honor the default system font

This commit is contained in:
Ryan Fox 2022-11-30 17:14:03 -08:00
parent 6a5db559ea
commit d57bbfe67f
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
body {
font-family: Roboto, sans-serif;
font-family: sans-serif;
padding: 0;
margin: 0;
}