Font tweaks
This commit is contained in:
parent
c097a555fe
commit
2b6e7bd5aa
1 changed files with 2 additions and 2 deletions
|
|
@ -5,11 +5,11 @@ config.color_scheme = 'OceanicNext (base16)'
|
|||
-- config.font = wezterm.font 'FiraCode Nerd Font Mono'
|
||||
|
||||
config.font = wezterm.font_with_fallback {
|
||||
"FiraCode Nerd Font Mono",
|
||||
{ family = "FiraCode Nerd Font Mono", harfbuzz_features = { "calt=1", "clig=1", "liga=1" } },
|
||||
{ family = "Noto Color Emoji", assume_emoji_presentation = true },
|
||||
}
|
||||
|
||||
config.font_size = 14
|
||||
config.font_size = 16
|
||||
config.enable_tab_bar = false
|
||||
config.audible_bell = "Disabled"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue