Update some font stuff

This commit is contained in:
Alexander Wainwright
2025-12-16 12:57:35 +10:00
parent e737b45307
commit 7e6f12dac9

View File

@@ -18,7 +18,14 @@ config.window_frame = {
config.font_size = 9.5
config.hide_tab_bar_if_only_one_tab = true
config.font = wezterm.font 'Fira Code'
config.font = wezterm.font 'Lilex Nerd Font'
-- config.font = wezterm.font 'Fira Code'
-- config.font = wezterm.font 'Lilex Nerd Font'
config.font = wezterm.font_with_fallback {
'Fira Code', -- Replace with your preferred main font
'Noto Sans Symbols 2', -- Great for arrows like \u{1f898}
'Noto Sans',
'Symbols Nerd Font Mono',
}
return config