From adc1d6630c7f1ff09b06ee93cc435abb340ea90e Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Thu, 11 Dec 2025 21:59:30 +0100 Subject: alacritty: change font from Fira Code to Iosevka --- dot_alacritty.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'dot_alacritty.toml') diff --git a/dot_alacritty.toml b/dot_alacritty.toml index b505839..66e4351 100644 --- a/dot_alacritty.toml +++ b/dot_alacritty.toml @@ -51,11 +51,12 @@ foreground = "#f1f1f1" # white= "#6e7781" [font] -size = 12.5 +size = 14 [font.normal] # family = "Gitlab Mono" -family = "Fira Code" +# family = "Fira Code" +family = "Iosevka" style = "Regular" [shell] -- cgit v1.2.3-71-g8e6c