diff --git a/home/apps/kitty/kitty.conf b/home/apps/kitty/kitty.conf index 41db62d..baa1cdd 100644 --- a/home/apps/kitty/kitty.conf +++ b/home/apps/kitty/kitty.conf @@ -1,5 +1,5 @@ # my config for kitty -font_family JetBrainsMono Nerd Font +font_family JetBrainsMono Nerd Font Mono # font_family Maple Mono SC NF Regular # bold_font Maple Mono SC NF Bold # italic_font Maple Mono SC NF Italic diff --git a/home/apps/wezterm/wezterm.lua b/home/apps/wezterm/wezterm.lua index 8db2d6e..f7b08a1 100644 --- a/home/apps/wezterm/wezterm.lua +++ b/home/apps/wezterm/wezterm.lua @@ -3,7 +3,7 @@ local config = { -- Displaying correct colors on mac front_end = "WebGpu", font_size = 18, - font = wezterm.font("JetBrainsMono Nerd Font", { weight = "Medium" }), + font = wezterm.font("JetBrainsMono Nerd Font Mono", { weight = "Medium" }), -- font = wezterm.font("Maple Mono SC NF", { weight = "Regular" }), -- font = wezterm.font_with_fallback { -- "JetBrainsMono Nerd Font",