fix: update font family and weight for Iosevka Term
This commit is contained in:
+3
-2
@@ -9,9 +9,9 @@ return {
|
|||||||
font = WEZTERM.font_with_fallback({
|
font = WEZTERM.font_with_fallback({
|
||||||
{
|
{
|
||||||
-- Font Family
|
-- Font Family
|
||||||
family = "Iosevka",
|
family = "Iosevka Term",
|
||||||
-- Font Weight
|
-- Font Weight
|
||||||
weight = "Regular",
|
weight = "Medium",
|
||||||
-- Character Varients and Ligatures
|
-- Character Varients and Ligatures
|
||||||
harfbuzz_features = {
|
harfbuzz_features = {
|
||||||
"VSAH=7",
|
"VSAH=7",
|
||||||
@@ -29,6 +29,7 @@ return {
|
|||||||
"Symbols Nerd Font",
|
"Symbols Nerd Font",
|
||||||
"Symbols Nerd Font Mono",
|
"Symbols Nerd Font Mono",
|
||||||
"VictorMono Nerd Font",
|
"VictorMono Nerd Font",
|
||||||
|
"Hack",
|
||||||
"MonaspaceKrypton Nerd Font",
|
"MonaspaceKrypton Nerd Font",
|
||||||
"Roboto",
|
"Roboto",
|
||||||
"Cascadia Code",
|
"Cascadia Code",
|
||||||
|
|||||||
Reference in New Issue
Block a user