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',