Skip to content

Commit 4cce52f

Browse files
committed
changed default editor font #1995
1 parent 5a9de1a commit 4cce52f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browser/main/lib/ConfigManager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export const DEFAULT_CONFIG = {
4141
theme: 'base16-light',
4242
keyMap: 'sublime',
4343
fontSize: '14',
44-
fontFamily: win ? 'Segoe UI' : 'Monaco, Consolas',
44+
fontFamily: win ? 'Consolas' : 'Monaco',
4545
indentType: 'space',
4646
indentSize: '2',
4747
enableRulers: false,

0 commit comments

Comments
 (0)