We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40f1ab4 commit c48d67dCopy full SHA for c48d67d
1 file changed
config/.config/wezterm/appearance.lua
@@ -56,6 +56,10 @@ M.colors = {
56
-- ============================================
57
-- Fonts
58
59
+M.font = wezterm.font_with_fallback {
60
+ 'JetBrains Mono',
61
+ 'Hiragino Sans',
62
+}
63
M.font_size = 18
64
65
@@ -78,6 +82,7 @@ function M.apply(config)
78
82
config.colors = M.colors
79
83
80
84
85
+ config.font = M.font
81
86
config.font_size = M.font_size
87
88
-- Tab title format (UTF-8 safe)
0 commit comments