Skip to content

Commit 543c31c

Browse files
authored
Merge pull request #2831 from roottool/change_default_editor_font#1995
Change default editor font #1995
2 parents 74535c9 + 4cce52f commit 543c31c

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)