From 4cc9adffab0846317d3ec9430fe8ec054e2649a8 Mon Sep 17 00:00:00 2001 From: Devon Tingley Date: Wed, 7 Sep 2022 19:57:08 -0400 Subject: [PATCH] Change font --- dotfiles/alacritty/alacritty.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotfiles/alacritty/alacritty.yml b/dotfiles/alacritty/alacritty.yml index 395a468..8c1a2c3 100644 --- a/dotfiles/alacritty/alacritty.yml +++ b/dotfiles/alacritty/alacritty.yml @@ -31,7 +31,7 @@ window: # must be at least `2`, while using a value of `0` for columns and lines will # fall back to the window manager's recommended size. dimensions: - columns: 80 + columns: 80 lines: 24 # Window position (changes require restart) @@ -112,7 +112,7 @@ font: # - (macOS) Menlo # - (Linux/BSD) monospace # - (Windows) Consolas - family: NotoMono Nerd Font mono + family: SourceCodePro # The `style` can be specified to pick a specific face. #style: Regular