update font for <code>

This commit is contained in:
Junyi Hou 2024-03-18 15:15:07 +08:00
parent af146e9d96
commit 73be65adfb

View File

@ -176,7 +176,7 @@ pre,
kbd {
color: var(--pre-color);
background-color: var(--pre-bg-color);
font-family: 'Courier New', 'Consolas', monospace;
font-family: 'Menlo', 'Courier New', 'Consolas', monospace;
font-size: 0.90em;
line-height: 154%;
border-radius: 6px;