From c1b8658ad46ed73bd8ccc83c9457e73d5b95c55a Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Wed, 12 Oct 2022 11:55:27 +0200 Subject: [PATCH] alacritty: use patched NerdFont SauceCodePro --- config/alacritty/alacritty.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/config/alacritty/alacritty.yml b/config/alacritty/alacritty.yml index 8d92d9a..773adc6 100644 --- a/config/alacritty/alacritty.yml +++ b/config/alacritty/alacritty.yml @@ -114,13 +114,14 @@ font: # - (macOS) Menlo # - (Linux/BSD) monospace # - (Windows) Consolas - family: Source Code Pro + # family: Source Code Pro + family: SauceCodePro Nerd Font Mono # The `style` can be specified to pick a specific face. - style: Light + style: Medium # Bold font face - bold: + #bold: # Font family # # If the bold family is not specified, it will fall back to the @@ -128,7 +129,7 @@ font: #family: monospace # The `style` can be specified to pick a specific face. - style: Regular + # style: Regular # Italic font face #italic: