static: use different font

This commit is contained in:
coon 2023-11-30 00:13:20 +01:00
parent 8a6c4c0567
commit 383fea7cb7

View file

@ -6,6 +6,10 @@ html, body {
div { div {
border: 1px dashed white; border: 1px dashed white;
font-weight: normal;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
} }
button { button {