add monaspace font
This commit is contained in:
@@ -21,8 +21,13 @@ return {
|
||||
color_scheme = "Catppuccin Mocha",
|
||||
|
||||
-- Font configuration
|
||||
font = wezterm.font_with_fallback({ "JetBrainsMono Nerd Font", weight = "Regular", "Noto Color Emoji" }),
|
||||
font_size = 10.3,
|
||||
font = wezterm.font_with_fallback({ "Monaspace Neon", weight = "Regular", "JetBrainsMono Nerd Font" }),
|
||||
-- Monaspace Argon
|
||||
-- Monaspace Xenon
|
||||
-- Monaspace Radon
|
||||
-- Monaspace Krypton
|
||||
font_size = 10,
|
||||
harfbuzz_features = { "ss01=1", "ss02=1", "ss03=1", "ss05=1" }, --https://github.com/githubnext/monaspace#coding-ligatures
|
||||
|
||||
-- Wayland configuration
|
||||
enable_wayland = false,
|
||||
|
||||
Reference in New Issue
Block a user