From 8eefec7bb8a5a2527d07267cb76815e071ffe5f4 Mon Sep 17 00:00:00 2001 From: Von Random Date: Mon, 20 May 2024 18:11:54 +0300 Subject: [PATCH] wezterm: fonts again --- gui/.config/wezterm/overrides.lua | 8 ++++---- gui/.config/wezterm/wezterm.lua | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/gui/.config/wezterm/overrides.lua b/gui/.config/wezterm/overrides.lua index 81cc8f8..a248ebe 100644 --- a/gui/.config/wezterm/overrides.lua +++ b/gui/.config/wezterm/overrides.lua @@ -13,11 +13,11 @@ local cursor_bg = '#cb4b16' -- fonts local fonts = wt.config_builder() -fonts.font = wt.font('Cascadia Mono PL') -fonts.harfbuzz_features = {'ss01', 'ss19', 'ss20'} +fonts.font = wt.font('Fantasque Sans Mono') +fonts.harfbuzz_features = {'calt=0'} fonts.font_size = fn.set_by_os{ - Darwin = 14, - others = 11 + Darwin = 15, + others = 12 } -- theme diff --git a/gui/.config/wezterm/wezterm.lua b/gui/.config/wezterm/wezterm.lua index 46bdd11..c8ae591 100644 --- a/gui/.config/wezterm/wezterm.lua +++ b/gui/.config/wezterm/wezterm.lua @@ -20,11 +20,11 @@ cfg.check_for_updates = false -- fonts & text cfg.cursor_blink_rate = 0 cfg.bold_brightens_ansi_colors = false -cfg.font = wt.font('Fantasque Sans Mono') -cfg.harfbuzz_features = {'calt=0'} +cfg.font = wt.font('Cascadia Mono PL') +cfg.harfbuzz_features = {'ss01', 'ss19', 'ss20'} cfg.font_size = fn.set_by_os{ - Darwin = 15, - others = 12 + Darwin = 14, + others = 11 } -- visuals