Skip to content

Commit a1909e5

Browse files
committed
CHG: unwanted monospace(simsun) in windows
1 parent 64d98ea commit a1909e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fe/src/components/dirView/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
border: 1px solid #e1e4e8;
77
border-radius: 6px;
88
background-color: #ffffff;
9-
font-family: ui-monospace, monospace, Menlo, Consolas, Hack, "Liberation Mono", "Microsoft Yahei", "Noto Sans Mono CJK SC", sans-serif;
9+
font-family: ui-monospace, Menlo, Consolas, Hack, "Liberation Mono", "Microsoft Yahei", "Noto Sans Mono CJK SC", sans-serif;
1010
color: #24292e;
1111
}
1212

0 commit comments

Comments
 (0)