chore: use Sudo Var
parent
ba5432f0fb
commit
f19bfaec9a
|
@ -2,8 +2,8 @@
|
|||
include mocha.conf
|
||||
|
||||
# https://sw.kovidgoyal.net/kitty/conf/#fonts
|
||||
font_family SF Mono
|
||||
font_size 14.0
|
||||
font_family Sudo Var
|
||||
font_size 18.0
|
||||
# kitty +list-fonts --psnames
|
||||
|
||||
modify_font cell_height 120%
|
||||
|
|
|
@ -3,9 +3,9 @@ local act = wezterm.action
|
|||
|
||||
return {
|
||||
font = wezterm.font({
|
||||
family = "Ubuntu Mono",
|
||||
family = "Sudo Var",
|
||||
}),
|
||||
font_size = 16.0,
|
||||
font_size = 18.0,
|
||||
line_height = 1.2,
|
||||
use_cap_height_to_scale_fallback_fonts = true,
|
||||
|
||||
|
|
Loading…
Reference in New Issue