diff --git a/alacritty/alacritty.yml b/alacritty/alacritty.yml index 90a2725..3e04930 100644 --- a/alacritty/alacritty.yml +++ b/alacritty/alacritty.yml @@ -59,26 +59,11 @@ draw_bold_text_with_bright_colors: true # * https://wiki.archlinux.org/index.php/font_configuration#Fontconfig_configuration # * file:///usr/share/doc/fontconfig/fontconfig-user.html font: - # The normal (roman) font face to use. normal: - family: monospace # should be "Menlo" or something on macOS. - # Style can be specified to pick a specific face. - # style: Regular - - # The bold font face - bold: - family: monospace # should be "Menlo" or something on macOS. - # Style can be specified to pick a specific face. - # style: Bold - - # The italic font face - italic: - family: monospace # should be "Menlo" or something on macOS. - # Style can be specified to pick a specific face. - # style: Italic + family: Input Mono Narrow Light # Point size of the font - size: 11.0 + size: 10 # Offset is the extra space around each character. offset.y can be thought of # as modifying the linespacing, and offset.x as modifying the letter spacing.