Modified wezterm.lua

This commit is contained in:
Anthony Cicchetti 2020-06-24 08:43:21 -04:00
parent fc359a80f4
commit 00c41cf048

View file

@ -9,11 +9,10 @@ return {
-- font stuff
-- font = font_with_fallback("Iosevka Custom"),
font = font_with_fallback("Iosevka Custom"),
font_shaper = "Allsorts",
font_rules = {
{
italic = true,
font = font_with_fallback("Dank Mono", {italic=true}),
font = font_with_fallback("Dank Mono"),
},
},
font_size = 14.0,