Update css monospace font
This commit is contained in:
parent
b8783ca19b
commit
90c586597c
@ -90,6 +90,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
table {
|
table {
|
||||||
font-family: "Consolas", "Source Code Pro", monospace;
|
font-family: var(--ifm-font-family-monospace);
|
||||||
font-size: 14px
|
font-size: var(--ifm-code-font-size);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user