feat: add maple font features configuration

This commit is contained in:
2024-09-25 06:18:11 -04:00
parent a7bcc92586
commit 7730c93964
+35
View File
@@ -19,6 +19,14 @@ M.harfbuzz_features = {
"cv07=4",
}
M.maple_features = {
"ss01",
"ss02",
"ss03",
"ss04",
"ss05",
}
M.hours_icons = {
["00"] = wezterm.nerdfonts.md_clock_time_twelve_outline,
["01"] = wezterm.nerdfonts.md_clock_time_one_outline,
@@ -46,6 +54,33 @@ M.hours_icons = {
["23"] = wezterm.nerdfonts.md_clock_time_eleven, -- 11:00 in solid icon
}
M.font_maple = {
{
-- Font Family
family = "Maple Mono NF",
-- Font WeightLazy
weight = "Medium",
-- Character Varients and Ligatures
harfbuzz_features = M.maple_features,
},
{
-- Font Family
family = "Iosevka Term",
-- Font WeightLazy
weight = "Medium",
-- Character Varients and Ligatures
harfbuzz_features = M.harfbuzz_features,
},
"Flog Symbols",
"Symbols Nerd Font",
"Symbols Nerd Font Mono",
"VictorMono Nerd Font",
"Hack",
"MonaspaceKrypton Nerd Font",
"Roboto",
"Cascadia Code",
}
M.font = {
{
-- Font Family