update monospace font to use

This commit is contained in:
Amolith 2023-08-29 15:22:38 -04:00
parent cbfa685748
commit 5733bb7f03
Signed by: Amolith
GPG Key ID: 8AE30347CE28D101
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ pre {
}
code, pre {
font-size: 16px;
font-family: Consolas, Menlo, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
font-family: "Berkeley Mono";
color: $dark;
}
input {