chore(config): wezterm font is now Operator Mono

Signed-off-by: Ismo Vuorinen <ismo@ivuorinen.net>
This commit is contained in:
2025-03-28 09:47:21 +02:00
parent af32914d71
commit 688469ad8b

View File

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