Skip to content

Commit 5d7ca87

Browse files
authored
update root font-family
1 parent 3667ef6 commit 5d7ca87

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/_includes/base.vto

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010

1111
<style>
1212
:root{
13-
font-family: monospace;
13+
font-family: ui-monospace, 'Cascadia Code', 'Source Code Pro', Menlo, Consolas, 'DejaVu Sans Mono', monospace;
14+
font-weight: normal;
1415
font-size: 12pt;
1516
}
1617

0 commit comments

Comments
 (0)