Update default font
This commit is contained in:
parent
334d7d0f06
commit
4b75c32bff
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ impl Default for Config {
|
||||||
find_case_sensitive: false,
|
find_case_sensitive: false,
|
||||||
find_use_regex: false,
|
find_use_regex: false,
|
||||||
find_wrap_around: true,
|
find_wrap_around: true,
|
||||||
font_name: "Fira Mono".to_string(),
|
font_name: "Noto Sans Mono".to_string(),
|
||||||
font_size: 14,
|
font_size: 14,
|
||||||
font_size_zoom_step_mul_100: 100,
|
font_size_zoom_step_mul_100: 100,
|
||||||
highlight_current_line: true,
|
highlight_current_line: true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue