Merge pull request #21 from Junyi-99/feature-main

update font for <code>
This commit is contained in:
Junyi 2024-03-18 15:15:33 +08:00 committed by GitHub
commit 210f29c973
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;