fix(wezterm): use correct line height
This commit is contained in:
parent
3a41934b16
commit
f98b047d4a
@ -4,6 +4,7 @@ local lib = require("wlib")
|
|||||||
return {
|
return {
|
||||||
-- use_cap_height_to_scale_fallback_fonts = true,
|
-- use_cap_height_to_scale_fallback_fonts = true,
|
||||||
unicode_version = 14,
|
unicode_version = 14,
|
||||||
|
line_height = 0.9,
|
||||||
font = wezterm.font_with_fallback({
|
font = wezterm.font_with_fallback({
|
||||||
{
|
{
|
||||||
family = "JetBrains Mono",
|
family = "JetBrains Mono",
|
||||||
|
Loading…
Reference in New Issue
Block a user