config(wezterm): update Iosevka font configuration

main
sudo pacman -Syu 2024-05-16 00:17:22 +07:00
parent ad3afe6c90
commit ef228f6a07
1 changed files with 8 additions and 2 deletions

View File

@ -18,8 +18,14 @@ end
-- https://github.com/be5invis/Iosevka
local font_iosevka = {
font = font_with_fallback({
family = "Iosevka Term SS08",
harfbuzz_features = { "calt=0", "CLIK" },
family = "Iosevka Term",
harfbuzz_features = {
"ss08=1",
"calt=0",
"CLIK=1",
"cv85=13",
"VSAF=3",
},
}),
font_size = 16.0,
line_height = 1.2,