Fix incorrect font family
HOW IS THIS JUST NOW GETTING FIXED
This commit is contained in:
parent
c4f65076c0
commit
11ede78d2b
@ -21,7 +21,7 @@ html {
|
||||
body {
|
||||
background: var(--background);
|
||||
color: var(--text);
|
||||
font: "Roboto", sans-serif;
|
||||
font-family: "Roboto", sans-serif;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user