Change sans-serif fallback to monospace #20

Merged
j285he merged 1 commits from j285he-font-monospace into main 2022-06-18 23:08:15 -04:00
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;
}