feat: add translation snippet

This commit is contained in:
2022-11-17 23:38:29 +01:00
parent 00822e03a4
commit 13407572ac
6 changed files with 102 additions and 2 deletions

View File

@ -11,7 +11,10 @@ local function scheme_for_appearance(appearance)
end
return {
font = wezterm.font("FiraCodeNerdFont"),
font = wezterm.font_with_fallback {
"FiraCodeNerdFont",
"Noto Color Emoji"
},
font_size = 13,
-- You can specify some parameters to influence the font selection;
-- for example, this selects a Bold, Italic font variant.