We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3667ef6 commit 5d7ca87Copy full SHA for 5d7ca87
1 file changed
src/_includes/base.vto
@@ -10,7 +10,8 @@
10
11
<style>
12
:root{
13
- font-family: monospace;
+ font-family: ui-monospace, 'Cascadia Code', 'Source Code Pro', Menlo, Consolas, 'DejaVu Sans Mono', monospace;
14
+ font-weight: normal;
15
font-size: 12pt;
16
}
17
0 commit comments