Replace Inconsolata with Zed Mono and Zed Sans

This commit is contained in:
Antonio Scandurra
2022-02-18 14:55:11 +01:00
parent 98bedbd4cf
commit 38e4ec9157
17 changed files with 38 additions and 21 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ impl Settings {
) -> Result<Self> {
Ok(Self {
buffer_font_family: font_cache.load_family(&[buffer_font_family])?,
buffer_font_size: 16.,
buffer_font_size: 15.,
tab_size: 4,
soft_wrap: SoftWrap::None,
preferred_line_length: 80,