fix(*): changed font to Roboto

This commit is contained in:
2024-11-08 23:38:46 +01:00
parent 863705d868
commit c6a5a2aff4
12 changed files with 21 additions and 20 deletions

View File

@@ -1,6 +1,6 @@
@import 'macchiato.css';
* {
font-family: "Fira Sans Book";
font-family: "Roboto";
font-size: 16px;
min-width: 15px;
}