Modified wezterm.lua
This commit is contained in:
parent
fc359a80f4
commit
00c41cf048
1 changed files with 1 additions and 2 deletions
|
@ -9,11 +9,10 @@ return {
|
||||||
-- font stuff
|
-- font stuff
|
||||||
-- font = font_with_fallback("Iosevka Custom"),
|
-- font = font_with_fallback("Iosevka Custom"),
|
||||||
font = font_with_fallback("Iosevka Custom"),
|
font = font_with_fallback("Iosevka Custom"),
|
||||||
font_shaper = "Allsorts",
|
|
||||||
font_rules = {
|
font_rules = {
|
||||||
{
|
{
|
||||||
italic = true,
|
italic = true,
|
||||||
font = font_with_fallback("Dank Mono", {italic=true}),
|
font = font_with_fallback("Dank Mono"),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
font_size = 14.0,
|
font_size = 14.0,
|
||||||
|
|
Loading…
Add table
Reference in a new issue