Switch to Inconsolata font

This commit is contained in:
Sonny Bakker 2025-12-09 10:32:50 +01:00
parent da726a8ecf
commit d5883a2b1d
3 changed files with 5 additions and 4 deletions

View file

@ -4,7 +4,7 @@ local wezterm = require 'wezterm';
return {
font = wezterm.font(
'MonaspiceNe Nerd Font Mono',
'Inconsolata Medium',
{ weight = 'Regular', stretch = 'Normal', style = 'Normal' }
),
@ -21,6 +21,5 @@ return {
'ss06',
'ss07',
'ss08',
'liga'
}
}