mirror of
https://github.com/jessebot/dot_files.git
synced 2025-10-01 01:48:43 +00:00
add mononoki nerd font as a default wezterm font to fix linux :)
This commit is contained in:
parent
7bb6fcfb4a
commit
7f9ac4829c
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ return {
|
|||
-- font stuff
|
||||
-- don't complain if an icon or character is missing
|
||||
warn_about_missing_glyphs = false,
|
||||
font = wezterm.font_with_fallback { 'mononoki', 'Symbols Nerd Font Mono' },
|
||||
font = wezterm.font_with_fallback { 'Mononoki Nerd Font', 'Symbols Nerd Font Mono' },
|
||||
font_size = 15,
|
||||
|
||||
-- window look and feel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue