diff --git a/config/wezterm/wezterm.lua b/config/wezterm/wezterm.lua index ee594c8..4faede4 100644 --- a/config/wezterm/wezterm.lua +++ b/config/wezterm/wezterm.lua @@ -5,11 +5,11 @@ config.color_scheme = 'OceanicNext (base16)' -- config.font = wezterm.font 'FiraCode Nerd Font Mono' config.font = wezterm.font_with_fallback { - "FiraCode Nerd Font Mono", + { family = "FiraCode Nerd Font Mono", harfbuzz_features = { "calt=1", "clig=1", "liga=1" } }, { family = "Noto Color Emoji", assume_emoji_presentation = true }, } -config.font_size = 14 +config.font_size = 16 config.enable_tab_bar = false config.audible_bell = "Disabled"