From f49b4131cf100947b36fc70d1f38a3616016dbb7 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Wed, 7 Jun 2023 02:45:41 -0500 Subject: [PATCH] refactor(wezterm): set line height to 1.0 --- dots/.config/wezterm/config/fonts.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dots/.config/wezterm/config/fonts.lua b/dots/.config/wezterm/config/fonts.lua index 1eb6fc5f..891c5718 100644 --- a/dots/.config/wezterm/config/fonts.lua +++ b/dots/.config/wezterm/config/fonts.lua @@ -2,7 +2,7 @@ local wezterm = require("wezterm") return { use_cap_height_to_scale_fallback_fonts = true, - line_height = 0.9, + line_height = 1.0, font = wezterm.font_with_fallback({ { family = "FiraCodeNerdFont",