mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-17 09:54:09 +00:00
chore(config): wezterm font is now Operator Mono
Signed-off-by: Ismo Vuorinen <ismo@ivuorinen.net>
This commit is contained in:
@@ -4,6 +4,11 @@ local config = wezterm.config_builder()
|
|||||||
-- Font and font size
|
-- Font and font size
|
||||||
config.font_size = 14.0
|
config.font_size = 14.0
|
||||||
config.font = wezterm.font_with_fallback {
|
config.font = wezterm.font_with_fallback {
|
||||||
|
{
|
||||||
|
family = 'Operator Mono',
|
||||||
|
weight = 'Light',
|
||||||
|
},
|
||||||
|
'Operator Mono',
|
||||||
'JetBrainsMonoNL NFM Light',
|
'JetBrainsMonoNL NFM Light',
|
||||||
'JetBrains Mono',
|
'JetBrains Mono',
|
||||||
'Symbols Nerd Font Mono',
|
'Symbols Nerd Font Mono',
|
||||||
|
|||||||
Reference in New Issue
Block a user