From 0d3c2bf11adfc2c374f3576eb94a29d13a33a5e5 Mon Sep 17 00:00:00 2001 From: Akshay Date: Sun, 16 Aug 2020 11:42:50 +0530 Subject: alacritty: fonts --- alacritty/.config/alacritty/alacritty.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'alacritty/.config') diff --git a/alacritty/.config/alacritty/alacritty.yml b/alacritty/.config/alacritty/alacritty.yml index b2f25a1..a4c6669 100644 --- a/alacritty/.config/alacritty/alacritty.yml +++ b/alacritty/.config/alacritty/alacritty.yml @@ -38,19 +38,19 @@ draw_bold_text_with_bright_colors: false font: # The normal (roman) font face to use. normal: - family: Basier Square Mono # should be "Menlo" or something on macOS. + family: Liga Input # should be "Menlo" or something on macOS. # Style can be specified to pick a specific face. style: Regular # The bold font face bold: - family: Basier Square Mono # should be "Menlo" or something on macOS. + family: Liga Input # should be "Menlo" or something on macOS. # Style can be specified to pick a specific face. style: Bold # The italic font face italic: - family: Basier Square Mono # should be "Menlo" or something on macOS. + family: Liga Input # should be "Menlo" or something on macOS. # Style can be specified to pick a specific face. style: Italic -- cgit v1.2.3