Skip to content

Commit 4b75c32

Browse files
committed
Update default font
1 parent 334d7d0 commit 4b75c32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ impl Default for Config {
6262
find_case_sensitive: false,
6363
find_use_regex: false,
6464
find_wrap_around: true,
65-
font_name: "Fira Mono".to_string(),
65+
font_name: "Noto Sans Mono".to_string(),
6666
font_size: 14,
6767
font_size_zoom_step_mul_100: 100,
6868
highlight_current_line: true,

0 commit comments

Comments
 (0)