From 4cd394a751b3fdd77c5d18709d68c403f166b780 Mon Sep 17 00:00:00 2001 From: ThanosApollo Date: Thu, 10 Nov 2022 06:50:56 +0200 Subject: Change font --- .config/alacritty/alacritty.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.config') diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 466cdba..2bcf2a3 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -118,7 +118,7 @@ font: # - (macOS) Menlo # - (Linux/BSD) monospace # - (Windows) Consolas - family: mono + family: JetBrains Mono # The `style` can be specified to pick a specific face. style: Regular @@ -129,7 +129,7 @@ font: # # If the bold family is not specified, it will fall back to the # value specified for the normal font. - family: mono + family: JetBrains Mono # The `style` can be specified to pick a specific face. style: Bold @@ -140,7 +140,7 @@ font: # # If the italic family is not specified, it will fall back to the # value specified for the normal font. - family: mono + family: JetBrains Mono # The `style` can be specified to pick a specific face. style: Italic @@ -151,7 +151,7 @@ font: # # If the bold italic family is not specified, it will fall back to the # value specified for the normal font. - family: monospace + family: JetBrains Mono # The `style` can be specified to pick a specific face. style: Bold Italic -- cgit v1.2.3