From f9135723ded78ce5a038c28113b7a50c82604338 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Sat, 28 Mar 2020 15:24:02 -0400 Subject: [PATCH] Switch back to Go Mono for #alacritty --- alacritty/.config/alacritty/alacritty.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/alacritty/.config/alacritty/alacritty.yml b/alacritty/.config/alacritty/alacritty.yml index b661ae8..499b3a6 100644 --- a/alacritty/.config/alacritty/alacritty.yml +++ b/alacritty/.config/alacritty/alacritty.yml @@ -74,19 +74,19 @@ tabspaces: 8 font: # Normal (roman) font face normal: - family: FuraCode Nerd Font Mono + family: Go Mono # The `style` can be specified to pick a specific face. #style: Regular # Bold font face bold: - family: FuraCode Nerd Font Mono + family: Go Mono # The `style` can be specified to pick a specific face. #style: Bold # Italic font face italic: - family: FuraCode Nerd Font Mono + family: Go Mono # The `style` can be specified to pick a specific face. #style: Italic