refactor(wezterm): use standalone font for Fira Code, not nerd fonts
Should be using a standalone font that includes the nerd fonts only instead of a patched font. Missing symbols from the font can be looked up in other fonts. Wezterm includes a symbols nerd font as part of it by default. No need to use a patched font.
This commit is contained in:
parent
54b9973503
commit
a35f9862c2
@ -5,7 +5,7 @@ return {
|
||||
line_height = 1.0,
|
||||
font = wezterm.font_with_fallback({
|
||||
{
|
||||
family = "FiraCode Nerd Font",
|
||||
family = "Fira Code",
|
||||
harfbuzz_features = {
|
||||
"zero",
|
||||
"cv02",
|
||||
|
Loading…
Reference in New Issue
Block a user