Skip to content

Commit 1c2e15d

Browse files
committed
Fix code fonts
1 parent 6d7df0e commit 1c2e15d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus/src/css/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ footer.footer.footer--dark a:hover {
9191
}
9292

9393
code {
94-
font-family: 'Menlo';
94+
font-family: 'Menlo', 'Courier', monospace, system-ui;
9595
font-weight: 400;
9696
line-height: 24px;
9797
padding: 4px 8px;

0 commit comments

Comments
 (0)