From 6833030601057d4af1ac73150f89e55639bd29c9 Mon Sep 17 00:00:00 2001 From: moparisthebest Date: Wed, 11 Oct 2023 01:23:09 -0400 Subject: [PATCH] Specify alacritty font and size --- alacritty/alacritty.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/alacritty/alacritty.yml b/alacritty/alacritty.yml index a497964..bfe17cc 100644 --- a/alacritty/alacritty.yml +++ b/alacritty/alacritty.yml @@ -122,9 +122,9 @@ window: #multiplier: 3 # Font configuration -#font: +font: # Normal (roman) font face - #normal: + normal: # Font family # # Default: @@ -132,6 +132,8 @@ window: # - (Linux/BSD) monospace # - (Windows) Consolas #family: monospace + # family: JetBrains Mono + family: JetBrains Mono NL # The `style` can be specified to pick a specific face. #style: Regular @@ -170,7 +172,7 @@ window: #style: Bold Italic # Point size - #size: 11.0 + size: 10.0 # Offset is the extra space around each character. `offset.y` can be thought # of as modifying the line spacing, and `offset.x` as modifying the letter