Fix monospace text

This commit is contained in:
Shadowfacts 2022-01-15 19:46:06 -05:00
parent 6fbda7dc78
commit c276bbdea6
1 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,8 @@ figcaption {
} }
pre, code { pre, code {
font-family: ui-monospace; /* ui-monospace doesn't work for some reason, even though the other ui- fonts do */
font-family: ui-monospace, "SF Mono";
} }
pre { pre {