From 2b6e7bd5aa4176656d3681a40d0ef8400f538bcf Mon Sep 17 00:00:00 2001 From: Ian Keane Date: Thu, 6 Aug 2026 17:32:10 -0400 Subject: [PATCH] Font tweaks --- config/wezterm/wezterm.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"