Skip to content

Commit fd54b74

Browse files
committed
Use non-quoted monospace font name
See gh-9
1 parent 942de35 commit fd54b74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/css/settings.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"Segoe UI Symbol";
2424
--font-weight: 400;
2525
--monospace-font-family: "SFMono-Regular", "Consolas", "Liberation Mono",
26-
"Menlo", "monospace";
26+
"Menlo", monospace;
2727
--body-background-color: white;
2828
--panel-background-color: #f6f8fa;
2929
--panel-group-background-color: #e1e8e8;

0 commit comments

Comments
 (0)