Skip to content

Commit

Permalink
Update JetBrainsMono fontname in Wezterm configuration due to recent …
Browse files Browse the repository at this point in the history
…font updates

See ryanoasis/nerd-fonts#1434 for more information
  • Loading branch information
srikarg committed Nov 23, 2023
1 parent 8af8748 commit 7018628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wezterm/.wezterm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ config.color_scheme = 'tokyonight_night'

config.font_size = 16.0

config.font = wezterm.font('JetBrainsMono Nerd Font', { weight = 'Light' })
config.font = wezterm.font('JetBrainsMono NFM', { weight = 'Light' })

config.scrollback_lines = 200000

Expand Down

0 comments on commit 7018628

Please sign in to comment.