From 2fbd9d28dbc0c832486a6ffcefc44f8b532005e7 Mon Sep 17 00:00:00 2001 From: Ricardo Rosales <728243+missingcharacter@users.noreply.github.com> Date: Thu, 22 Aug 2024 17:41:01 -0500 Subject: [PATCH] Updated `wezterm.font` from `JetBrainsMono Nerd Font Mono` to `JetBrains Mono` --- wezterm.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wezterm.lua b/wezterm.lua index 6418068..42d9b51 100644 --- a/wezterm.lua +++ b/wezterm.lua @@ -47,7 +47,7 @@ end) -- This is where you actually apply your config choices config.font_size = 15.0 -config.font = wezterm.font("JetBrainsMono Nerd Font Mono") +config.font = wezterm.font("JetBrains Mono") config.window_background_opacity = 0.9 config.default_cursor_style = "BlinkingBlock" -- For example, changing the color scheme: