Update font to use

This commit is contained in:
Riz Ashraf
2026-02-13 11:58:57 +00:00
parent 3ded3e5e1e
commit 8cc68fef1d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ config.window_decorations = "INTEGRATED_BUTTONS | RESIZE"
config.default_prog = { 'pwsh.exe', '-NoLogo' }
config.font = wezterm.font('CaskaydiaCove NFM', { weight = 'Regular' })
config.font = wezterm.font('CaskaydiaCove Nerd Font', { weight = 'Regular' })
config.font_size = 10.0
config.front_end = "WebGpu"