From 61ffb3d64625307eb1423425c4475b03ab3928aa Mon Sep 17 00:00:00 2001 From: notohh Date: Mon, 5 Feb 2024 10:03:05 -0500 Subject: [PATCH] wezterm: switch font --- home/wezterm/config.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/wezterm/config.lua b/home/wezterm/config.lua index 2f609b5..786cc84 100644 --- a/home/wezterm/config.lua +++ b/home/wezterm/config.lua @@ -9,7 +9,7 @@ local config = { name = "NVIDIA GeForce GTX 1070 Ti", }, enable_wayland = false, - font = wezterm.font("Monaspace Krypton"), + font = wezterm.font("JetBrainsMono NF Medium"), font_size = 12.0, window_background_opacity = 0.6, text_background_opacity = 1.0,