refactor(wezterm): improve font handling and fallbacks

This commit is contained in:
Price Hiller 2023-05-03 16:41:41 -05:00
parent a6574a75cf
commit 2f4e6ff510
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8
2 changed files with 4 additions and 1 deletions

View File

@ -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",

View File

@ -1 +1,3 @@
return {}
return {
font_locator = nil
}