Change sans-serif fallback to monospace (#20)

Since inconsolata is a monospace font, I think we should change the fallback to be monospace as well (it also matches the aesthetic of the design more closely).

What do you all think?

Co-authored-by: Jared He <66887902+jaredjhe@users.noreply.github.com>
Reviewed-on: #20
Reviewed-by: Amy <a258wang@csclub.uwaterloo.ca>
This commit is contained in:
Jared He 2022-06-18 23:08:14 -04:00
parent e5acb92e3e
commit b8e43bcf64
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ body {
background-color: var(--primary-background);
color: var(--primary-text);
font-family: "Inconsolata", "sans-serif";
font-family: "Inconsolata", "monospace";
margin: 0;
}