From 0098d76ae071be2da27e40a04a96f1cc4b58555c Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Tue, 18 Apr 2023 11:56:49 +0100 Subject: Adds a font change --- alacritty.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'alacritty.yml') diff --git a/alacritty.yml b/alacritty.yml index 05f6b2a..1e9f190 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -112,7 +112,7 @@ window: # Font configuration font: normal: - family: Classic Console Neue + family: Iosevka style: Regular size: 14.0 #font: @@ -130,15 +130,15 @@ font: #style: Regular # Bold font face - bold: + #bold: # Font family # # If the bold family is not specified, it will fall back to the # value specified for the normal font. - family: Classic Console Neue + #family: Classic Console Neue # The `style` can be specified to pick a specific face. - style: Regular + #style: Regular # Italic font face #italic: -- cgit v1.2.3