Update css monospace font

This commit is contained in:
WindowsAddict 2024-04-12 21:07:01 +05:30
parent b8783ca19b
commit 90c586597c

View File

@ -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);
} }