Skip to content

Commit fc32f01

Browse files
committed
Fix code font-family in admonitions too
1 parent db0e138 commit fc32f01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus/src/css/admonitions.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
.theme-admonition code {
3434
font-weight: 400;
3535
font-style: normal;
36-
font-family: 'Menlo';
36+
font-family: "SFMono-Regular", "Menlo", "Monaco", "Consolas", "Liberation Mono", "Courier New", monospace;
3737
line-height: 24px;
3838
font-size: 13px;
3939
border-radius: 4px;

0 commit comments

Comments
 (0)