Font tweaks

This commit is contained in:
Ian Keane 2026-08-06 17:32:10 -04:00
parent c097a555fe
commit 2b6e7bd5aa

View file

@ -5,11 +5,11 @@ config.color_scheme = 'OceanicNext (base16)'
-- config.font = wezterm.font 'FiraCode Nerd Font Mono' -- config.font = wezterm.font 'FiraCode Nerd Font Mono'
config.font = wezterm.font_with_fallback { 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 }, { family = "Noto Color Emoji", assume_emoji_presentation = true },
} }
config.font_size = 14 config.font_size = 16
config.enable_tab_bar = false config.enable_tab_bar = false
config.audible_bell = "Disabled" config.audible_bell = "Disabled"