From 73a1fbbee44d602ebcfc1f840a033e178a5203b4 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Wed, 11 Mar 2020 23:19:52 -0400 Subject: [PATCH] Back to Go Mono for a font --- alacritty/.config/alacritty/alacritty.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/alacritty/.config/alacritty/alacritty.yml b/alacritty/.config/alacritty/alacritty.yml index 4db08cc..5bc2c73 100644 --- a/alacritty/.config/alacritty/alacritty.yml +++ b/alacritty/.config/alacritty/alacritty.yml @@ -74,24 +74,24 @@ tabspaces: 8 font: # Normal (roman) font face normal: - family: IBM Plex Mono + family: Go Mono # The `style` can be specified to pick a specific face. #style: Regular # Bold font face bold: - family: IBM Plex Mono + family: Go Mono # The `style` can be specified to pick a specific face. #style: Bold # Italic font face italic: - family: IBM Plex Mono + family: Go Mono # The `style` can be specified to pick a specific face. #style: Italic # Point size - size: 9.0 + size: 8.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 spacing.