refactor(wezterm): set line height to 1.0
This commit is contained in:
parent
36d76e6cb8
commit
f49b4131cf
@ -2,7 +2,7 @@ local wezterm = require("wezterm")
|
|||||||
|
|
||||||
return {
|
return {
|
||||||
use_cap_height_to_scale_fallback_fonts = true,
|
use_cap_height_to_scale_fallback_fonts = true,
|
||||||
line_height = 0.9,
|
line_height = 1.0,
|
||||||
font = wezterm.font_with_fallback({
|
font = wezterm.font_with_fallback({
|
||||||
{
|
{
|
||||||
family = "FiraCodeNerdFont",
|
family = "FiraCodeNerdFont",
|
||||||
|
Loading…
Reference in New Issue
Block a user