Update font configuration

This commit is contained in:
Sonny Bakker 2025-12-18 14:12:05 +01:00
parent 09fbaf597c
commit 92f761f4bb
5 changed files with 8 additions and 7 deletions

View file

@ -4,7 +4,7 @@ local wezterm = require 'wezterm';
return {
font = wezterm.font(
'Inconsolata Medium',
'{{ wezterm_font }}',
{ weight = 'Regular', stretch = 'Normal', style = 'Normal' }
),