chore(wezterm): use Fairfax font for sometime

main
sudo pacman -Syu 2024-01-13 02:28:58 +07:00
parent c879cb54be
commit 47fd2eacaf
1 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ local font_fairfax = {
font = wezterm.font({
family = "Fairfax Hax HD",
}),
font_size = 16.0,
font_size = 18.0,
line_height = 1.2,
default_cursor_style = "SteadyBlock",
}
@ -76,7 +76,7 @@ local font_berkeley = {
default_cursor_style = "SteadyBar",
}
local current_font = font_berkeley
local current_font = font_fairfax
local current_color_scheme = "Catppuccin Mocha"