change terminal font

This commit is contained in:
2024-05-14 02:59:08 +01:00
parent 2c46a4d877
commit 321bc5e647
2 changed files with 2 additions and 5 deletions

View File

@@ -22,7 +22,7 @@ wezterm.on("window-config-reloaded", function(window, pane)
end
end)
config.font = wezterm.font("SF Mono")
config.font = wezterm.font("CommitMono")
config.font_size = 14
config.use_fancy_tab_bar = false