From 11ede78d2b954fde1aded6faa3707e643f53d74e Mon Sep 17 00:00:00 2001 From: Salt Date: Tue, 1 Sep 2020 06:43:27 -0500 Subject: [PATCH] Fix incorrect font family HOW IS THIS JUST NOW GETTING FIXED --- styles/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/styles.css b/styles/styles.css index 503a584..3228a4e 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -21,7 +21,7 @@ html { body { background: var(--background); color: var(--text); - font: "Roboto", sans-serif; + font-family: "Roboto", sans-serif; margin: 0; }