From b908e96d17918898e9a48b93b50c81d09d60f077 Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Sun, 25 Sep 2022 01:58:02 -0700 Subject: [PATCH] alacritty: switch font to one from the nerd fonts website --- .config/alacritty/alacritty.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 45abecf..ba13514 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -62,15 +62,19 @@ colors: transparent_background_colors: true font: - # The normal (roman) font face to use. + # Get SauceCodePro NerdFont from here: https://github.com/ryanoasis/nerd-fonts/releases/latest - download SourceCodePro.zip + # The normal font face to use. normal: family: Sauce Code Pro NF + family: SauceCodePro NerdFont # The bold font face bold: family: Sauce Code Pro NF + family: SauceCodePro NerdFont # The italic font face italic: family: Sauce Code Pro NF + family: SauceCodePro NerdFont # sizes that work well for 1920 by 1080: 14 (large), 12 (wide), 11.5 (narrow) size: 11.5