Updating vue, changing font, adding pomo
This commit is contained in:
@@ -44,11 +44,12 @@ return {
|
||||
|
||||
-----------
|
||||
-- Fonts --
|
||||
-----------
|
||||
----------
|
||||
--disable_default_key_bindings = true,
|
||||
--line_height = 1,
|
||||
font = wezterm.font("Fira Code Nerd Font"),
|
||||
font = wezterm.font("JetBrains Mono", { weight = "Bold", italic = false }),
|
||||
--font = wezterm.font("FiraCode Nerd Font", { weight = "Bold", italic = false }),
|
||||
--https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/JetBrainsMono.zip
|
||||
font = wezterm.font("JetBrainsMono NFM", { weight = "Bold", italic = false }),
|
||||
font_size = 14.0,
|
||||
|
||||
-----------
|
||||
|
||||
Reference in New Issue
Block a user