Change font

This commit is contained in:
Isshi0417 2024-07-15 23:20:13 +09:00
parent 19bc174c77
commit 27a3b787d5
2 changed files with 2 additions and 2 deletions

View File

@ -3,6 +3,6 @@ local wezterm = require 'wezterm'
local config = wezterm.config_builder() local config = wezterm.config_builder()
config.color_scheme = 'Gruvbox dark, medium (base16)' 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 return config

View File

@ -38,7 +38,7 @@
defaultFonts = { defaultFonts = {
serif = [ "Hack Nerd Font" ]; serif = [ "Hack Nerd Font" ];
sansSerif = [ "Hack Nerd Font" ]; sansSerif = [ "Hack Nerd Font" ];
monospace = [ "GohuFont 14 Nerd Font" ]; monospace = [ "FiraCode Nerd Font Mono" ];
}; };
}; };
}; };