specify Go-Mono as the default font

This commit is contained in:
Felix Angell 2021-01-09 16:23:10 +00:00
parent 3a493dd378
commit 46a6404a01

View File

@ -152,7 +152,7 @@ func NewDefaultConfig() *PhiEditorConfig {
MaintainIndentation: true,
HighlightLine: true,
FontPath: "/Library/Fonts",
FontFace: "Arial Unicode",
FontFace: "Go-Mono",
FontSize: 24,
ShowLineNumbers: true,
},