fix: use --monospace-font

This commit is contained in:
Ed L
2022-09-10 20:15:53 +01:00
committed by Paul Makles
parent 75aca87020
commit 3e5d1c598d
2 changed files with 2 additions and 1 deletions

View File

@@ -80,7 +80,7 @@
}
code {
font-size: 1.4em;
font-family: var(--monospace-font);
user-select: all;
}