Update fonts.

This commit is contained in:
Gea-Suan Lin
2024-03-21 23:13:37 +08:00
parent 363fab82e3
commit 89df1b9089

View File

@@ -6,7 +6,7 @@ local config = wezterm.config_builder()
config.check_for_updates = false config.check_for_updates = false
config.color_scheme = 'Tango (terminal.sexy)' config.color_scheme = 'Tango (terminal.sexy)'
config.font = wezterm.font_with_fallback({'Hack', 'Noto Sans CJK TC'}) config.font = wezterm.font_with_fallback({'Cousine', 'Noto Color Emoji', 'Noto Sans CJK JP'})
config.font_size = 18.0 config.font_size = 18.0
config.hide_mouse_cursor_when_typing = false config.hide_mouse_cursor_when_typing = false
config.initial_cols = 132 config.initial_cols = 132