config(wezterm): update Iosevka font configuration
parent
ad3afe6c90
commit
ef228f6a07
|
@ -18,8 +18,14 @@ end
|
||||||
-- https://github.com/be5invis/Iosevka
|
-- https://github.com/be5invis/Iosevka
|
||||||
local font_iosevka = {
|
local font_iosevka = {
|
||||||
font = font_with_fallback({
|
font = font_with_fallback({
|
||||||
family = "Iosevka Term SS08",
|
family = "Iosevka Term",
|
||||||
harfbuzz_features = { "calt=0", "CLIK" },
|
harfbuzz_features = {
|
||||||
|
"ss08=1",
|
||||||
|
"calt=0",
|
||||||
|
"CLIK=1",
|
||||||
|
"cv85=13",
|
||||||
|
"VSAF=3",
|
||||||
|
},
|
||||||
}),
|
}),
|
||||||
font_size = 16.0,
|
font_size = 16.0,
|
||||||
line_height = 1.2,
|
line_height = 1.2,
|
||||||
|
|
Loading…
Reference in New Issue