✨ feat(wezterm): Add Maple Mono ligatures
This commit is contained in:
parent
2b9b7878bf
commit
fcac03876e
1 changed files with 11 additions and 0 deletions
|
@ -19,6 +19,17 @@
|
|||
config.color_scheme = "rose-pine"
|
||||
|
||||
config.font = wezterm.font_with_fallback({
|
||||
{
|
||||
family = "Maple Mono NF",
|
||||
harfbuzz_features = {
|
||||
"cv02",
|
||||
"ss01",
|
||||
"ss02",
|
||||
"ss03",
|
||||
"ss04",
|
||||
"ss05",
|
||||
}
|
||||
},
|
||||
${toString (map (font: "{ family = \"${font}\" },") fonts)}
|
||||
{ family = "FairiesevkaTerm Nerd Font Mono" },
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue