Change font
This commit is contained in:
parent
19bc174c77
commit
27a3b787d5
@ -3,6 +3,6 @@ local wezterm = require 'wezterm'
|
||||
local config = wezterm.config_builder()
|
||||
|
||||
config.color_scheme = 'Gruvbox dark, medium (base16)'
|
||||
config.font = wezterm.font 'GohuFont 14 Nerd Font Mono'
|
||||
config.font = wezterm.font 'FiraCode Nerd Font Mono'
|
||||
|
||||
return config
|
||||
@ -38,7 +38,7 @@
|
||||
defaultFonts = {
|
||||
serif = [ "Hack Nerd Font" ];
|
||||
sansSerif = [ "Hack Nerd Font" ];
|
||||
monospace = [ "GohuFont 14 Nerd Font" ];
|
||||
monospace = [ "FiraCode Nerd Font Mono" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user