test: code highlight with new font

This commit is contained in:
2023-10-19 10:43:21 +08:00
parent d235415c6f
commit aede7923d7
2 changed files with 23 additions and 0 deletions

View File

@@ -74,3 +74,10 @@
}
}
}
/**
* Global font family
*/
:root {
--code-font-family: "Jetbrains Mono", Menlo, Monaco, Consolas, "Courier New", var(--zh-font-family), monospace;
}