From 688469ad8b36eebef61fa4f60160eeb16b499c68 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Fri, 28 Mar 2025 09:47:21 +0200 Subject: [PATCH] chore(config): wezterm font is now Operator Mono Signed-off-by: Ismo Vuorinen --- config/wezterm/wezterm.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/wezterm/wezterm.lua b/config/wezterm/wezterm.lua index 24237eb..7fe37d7 100644 --- a/config/wezterm/wezterm.lua +++ b/config/wezterm/wezterm.lua @@ -4,6 +4,11 @@ local config = wezterm.config_builder() -- Font and font size config.font_size = 14.0 config.font = wezterm.font_with_fallback { + { + family = 'Operator Mono', + weight = 'Light', + }, + 'Operator Mono', 'JetBrainsMonoNL NFM Light', 'JetBrains Mono', 'Symbols Nerd Font Mono',