From 3e2399605585d0e1c740d29012b48fea14ce4016 Mon Sep 17 00:00:00 2001 From: shelken Date: Mon, 21 Oct 2024 18:18:12 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix=20font=20name?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home/apps/kitty/kitty.conf | 2 +- home/apps/wezterm/wezterm.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",