Change: set body font to Roboto Mono

This commit is contained in:
Aroy-Art 2021-11-23 20:08:46 +01:00
parent 73cb614ebe
commit 476703a8d6
Signed by: Aroy
GPG key ID: DB9689E9391DD156

View file

@ -32,7 +32,7 @@ html:not([hide-scrollbar]) ::-webkit-scrollbar {
body { body {
background-color: #040b1e; background-color: #040b1e;
font-family: "Anaheim", sans-serif; font-family: "Roboto Mono", sans-serif;
color: #bad8dd; color: #bad8dd;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
} }