Set default font to sans

This commit is contained in:
Mint 2022-08-14 18:25:58 +03:00
parent d1383fb9c9
commit ba3f3d5a4a

View file

@ -6,6 +6,7 @@
background-color: #000022;
color: #ffffff;
text-align: center;
font-family: "Open Sans", "Roboto", sans-serif;
}
.block_level {
background-color: #1c1c3c;