Switch to Inconsolata font
This commit is contained in:
parent
da726a8ecf
commit
d5883a2b1d
3 changed files with 5 additions and 4 deletions
|
|
@ -8,7 +8,7 @@ packages:
|
|||
- iproute2
|
||||
- curl
|
||||
- reflector
|
||||
- otf-monaspace-nerd
|
||||
- ttf-inconsolata
|
||||
- systemd-ukify
|
||||
- efibootmgr
|
||||
- git-delta
|
||||
|
|
@ -25,4 +25,4 @@ server_domain: fudiggity.nl
|
|||
|
||||
register_uefi_entries: false
|
||||
|
||||
wezterm_font_size: 11
|
||||
wezterm_font_size: 12
|
||||
|
|
|
|||
|
|
@ -53,3 +53,5 @@ mkinitcpio_templates:
|
|||
boot_configuration:
|
||||
disk: /dev/sdc
|
||||
partition: 1
|
||||
|
||||
wezterm_font_size: 13
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue