refactor(wezterm): improve font handling and fallbacks
This commit is contained in:
parent
a6574a75cf
commit
2f4e6ff510
@ -27,6 +27,7 @@ return {
|
||||
-- NOTE: Attempt to resolve missing symbols etc.
|
||||
-- <built-in>, BuiltIn
|
||||
{ family = "Symbols Nerd Font Mono", scale = 0.8 },
|
||||
{ family = "Symbols Nerd Font", scale = 0.8 },
|
||||
"Noto Sans Symbols",
|
||||
"Noto Sans Symbols2",
|
||||
"PowerlineExtraSymbols",
|
||||
|
@ -1 +1,3 @@
|
||||
return {}
|
||||
return {
|
||||
font_locator = nil
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user