Explicit font shaping in wezterm

This commit is contained in:
Anthony Cicchetti 2020-07-07 21:47:50 -04:00
parent a2d3e6db5f
commit c2fc797031

View file

@ -18,6 +18,7 @@ return {
font_size = 14.0,
font_antialias = "Subpixel",
font_hinting = "Full",
font_shaping = "Harfbuzz",
-- TERM name
term = "xterm-256color",