Skip to content

Commit c48d67d

Browse files
committed
feat: add JetBrains Mono font with Hiragino fallback to wezterm
1 parent 40f1ab4 commit c48d67d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

config/.config/wezterm/appearance.lua

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ M.colors = {
5656
-- ============================================
5757
-- Fonts
5858
-- ============================================
59+
M.font = wezterm.font_with_fallback {
60+
'JetBrains Mono',
61+
'Hiragino Sans',
62+
}
5963
M.font_size = 18
6064

6165
-- ============================================
@@ -78,6 +82,7 @@ function M.apply(config)
7882
config.colors = M.colors
7983

8084
-- Fonts
85+
config.font = M.font
8186
config.font_size = M.font_size
8287

8388
-- Tab title format (UTF-8 safe)

0 commit comments

Comments
 (0)