refactor(fonts): some minor adjustments to font loading order and behavior
This commit is contained in:
@@ -147,19 +147,50 @@ M.font = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
M.rootiest_font = {
|
M.rootiest_font = {
|
||||||
"Iosevka Rootiest v2",
|
{
|
||||||
"Iosevka Rootiest",
|
family = "Iosevka Rootiest v2",
|
||||||
|
weight = "Regular",
|
||||||
|
style = "Normal",
|
||||||
|
italic = false,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
family = "Iosevka Rootiest v2",
|
||||||
|
weight = "Bold",
|
||||||
|
style = "Oblique",
|
||||||
|
italic = false,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
family = "Iosevka Rootiest",
|
||||||
|
weight = "Regular",
|
||||||
|
style = "Normal",
|
||||||
|
italic = false,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
-- Font Family
|
-- Font Family
|
||||||
family = "Iosevka Custom",
|
family = "Iosevka Custom",
|
||||||
|
style = "Normal",
|
||||||
-- Font Weight
|
-- Font Weight
|
||||||
weight = "Regular",
|
weight = "Medium",
|
||||||
-- Character Varients and Ligatures
|
-- Character Varients and Ligatures
|
||||||
harfbuzz_features = M.harfbuzz_rootiest,
|
harfbuzz_features = M.harfbuzz_rootiest,
|
||||||
|
italic = false,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
family = "Symbols Nerd Font",
|
||||||
|
style = "Normal",
|
||||||
|
italic = false,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
family = "Symbols Nerd Font Mono",
|
||||||
|
style = "Normal",
|
||||||
|
italic = false,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
family = "Maple Mono NF",
|
||||||
|
style = "Italic",
|
||||||
|
italic = true,
|
||||||
},
|
},
|
||||||
"Flog Symbols",
|
"Flog Symbols",
|
||||||
"Symbols Nerd Font Mono",
|
|
||||||
"Symbols Nerd Font",
|
|
||||||
"PowerlineSymbols",
|
"PowerlineSymbols",
|
||||||
"Material Icons",
|
"Material Icons",
|
||||||
"Noto Color Emoji",
|
"Noto Color Emoji",
|
||||||
|
|||||||
Reference in New Issue
Block a user