We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 334d7d0 commit 4b75c32Copy full SHA for 4b75c32
src/config.rs
@@ -62,7 +62,7 @@ impl Default for Config {
62
find_case_sensitive: false,
63
find_use_regex: false,
64
find_wrap_around: true,
65
- font_name: "Fira Mono".to_string(),
+ font_name: "Noto Sans Mono".to_string(),
66
font_size: 14,
67
font_size_zoom_step_mul_100: 100,
68
highlight_current_line: true,
0 commit comments