mirror of
https://github.com/Aroy-Art/Rinkusu.git
synced 2024-12-27 23:34:24 +01:00
Change: set body font to Roboto Mono
This commit is contained in:
parent
73cb614ebe
commit
476703a8d6
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue