chore: use Sudo Var

main
sudo pacman -Syu 2023-08-24 10:53:52 +07:00
parent ba5432f0fb
commit f19bfaec9a
2 changed files with 4 additions and 4 deletions

View File

@ -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%

View File

@ -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,