config(wezterm): calt for Iosevka
parent
32dc5dfd81
commit
8a83b22a43
|
@ -6,7 +6,7 @@ local act = wezterm.action
|
||||||
local font_iosevka = {
|
local font_iosevka = {
|
||||||
font = wezterm.font({
|
font = wezterm.font({
|
||||||
family = "Iosevka Term SS08",
|
family = "Iosevka Term SS08",
|
||||||
harfbuzz_features = { "calt=0", "CLIK" },
|
harfbuzz_features = { "CLIK" },
|
||||||
}),
|
}),
|
||||||
font_size = 16.0,
|
font_size = 16.0,
|
||||||
line_height = 1.2,
|
line_height = 1.2,
|
||||||
|
|
Loading…
Reference in New Issue