Skip to content

Commit

Permalink
windows: set default font to DengXian
Browse files Browse the repository at this point in the history
  • Loading branch information
Yatao Li committed May 9, 2019
1 parent 4d4813d commit 74c73ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Editor.xaml.fs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ type Editor() as this =
let mutable mode_defs = Array.empty<ModeInfo>

let mutable _guifont = "Iosevka Slab"
let mutable _guifontwide = "Microsoft YaHei"
let mutable _guifontwide = "DengXian"

let mutable font_size = 16.0
let mutable glyph_size = Size(1.0, 1.0)
Expand Down

0 comments on commit 74c73ee

Please sign in to comment.