Update some font stuff
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user