App: fix some CSS styling bugs related to Safari support

This commit is contained in:
rektdeckard
2020-08-16 16:43:31 -04:00
parent 017a05a769
commit 9efc713299
2 changed files with 10 additions and 1 deletions

View File

@@ -19,6 +19,10 @@ body {
font-family: "Manrope";
}
h2 {
font-weight: 400;
}
pre,
code {
font-family: "IBM Plex Mono";