Update default font
This commit is contained in:
parent
0c601005c8
commit
b05076be65
2 changed files with 2 additions and 2 deletions
|
|
@ -247,7 +247,7 @@ impl Default for Config {
|
|||
color_schemes_light: BTreeMap::new(),
|
||||
dim_font_weight: Weight::NORMAL.0,
|
||||
focus_follow_mouse: false,
|
||||
font_name: "Fira Mono".to_string(),
|
||||
font_name: "Noto Sans Mono".to_string(),
|
||||
font_size: 14,
|
||||
font_size_zoom_step_mul_100: 100,
|
||||
font_stretch: Stretch::Normal.to_number(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue