Fix monospace text
This commit is contained in:
parent
6fbda7dc78
commit
c276bbdea6
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue