chore(term): use the FiraCode font
This commit is contained in:
parent
ac2b15e673
commit
b68ba5eb5e
1 changed files with 3 additions and 3 deletions
|
|
@ -25,9 +25,9 @@ return {
|
|||
-- Use a sexy terminal font with ligatures.
|
||||
-- You will need to install the beta version of the font to get the ligatures
|
||||
-- https://github.com/intel/intel-one-mono/issues/9#issuecomment-1994958719
|
||||
-- font = wezterm.font {
|
||||
-- family = "FiraCode Nerd Font Mono",
|
||||
-- },
|
||||
font = wezterm.font {
|
||||
family = "FiraCode Nerd Font Mono",
|
||||
},
|
||||
|
||||
-- -- The nord theme to fit with everyting else
|
||||
color_scheme = "Poimandres",
|
||||
|
|
|
|||
Loading…
Reference in a new issue