From e19425fd0b6fa0aa969c5d7669d7986adfebb4e8 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Thu, 17 Jan 2019 23:41:32 -0500 Subject: [PATCH] Move alacritty to Monoid font #alacritty --- 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 b432d85..23879cb 100644 --- a/alacritty/.config/alacritty/alacritty.yml +++ b/alacritty/.config/alacritty/alacritty.yml @@ -81,24 +81,24 @@ tabspaces: 8 font: # Normal (roman) font face normal: - family: FuraCode Nerd Font + family: Monoid # The `style` can be specified to pick a specific face. #style: Regular # Bold font face bold: - family: IBM Plex Mono + family: Monoid # The `style` can be specified to pick a specific face. #style: Bold # Italic font face italic: - family: IBM Plex Mono + family: Monoid # The `style` can be specified to pick a specific face. #style: Italic # Point size - size: 14.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 spacing.