From 3b88a90f781c42b66134a5c07ee71ec1002fec21 Mon Sep 17 00:00:00 2001 From: Von Random Date: Wed, 15 May 2024 20:53:01 +0300 Subject: [PATCH] wezterm: fonts --- gui/.config/wezterm/wezterm.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/.config/wezterm/wezterm.lua b/gui/.config/wezterm/wezterm.lua index 14e3562..d4b726e 100644 --- a/gui/.config/wezterm/wezterm.lua +++ b/gui/.config/wezterm/wezterm.lua @@ -18,10 +18,10 @@ cfg.audible_bell = 'Disabled' cfg.check_for_updates = false -- fonts & text -cfg.harfbuzz_features = nil cfg.cursor_blink_rate = 0 cfg.bold_brightens_ansi_colors = false cfg.font = wt.font('Fantasque Sans Mono') +cfg.harfbuzz_features = {'calt=0'} cfg.font_size = fn.set_by_os{ Darwin = 15, others = 12