Fix incorrect font family

HOW IS THIS JUST NOW GETTING FIXED
This commit is contained in:
Salt 2020-09-01 06:43:27 -05:00
parent c4f65076c0
commit 11ede78d2b
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ html {
body {
background: var(--background);
color: var(--text);
font: "Roboto", sans-serif;
font-family: "Roboto", sans-serif;
margin: 0;
}