add monaspace font

This commit is contained in:
2023-11-14 00:12:23 +01:00
parent b8c9d0fa6d
commit dd666992c5
+7 -2
View File
@@ -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,