From 34ab7d50bdd31cb03c6771fcfeb6d0e5fab12e72 Mon Sep 17 00:00:00 2001 From: Johannes Rothe Date: Fri, 14 Sep 2018 10:16:51 +0200 Subject: [PATCH] alacritty: Roboto Mono font --- config/alacritty/alacritty.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/alacritty/alacritty.yml b/config/alacritty/alacritty.yml index 3b11134..84eded4 100644 --- a/config/alacritty/alacritty.yml +++ b/config/alacritty/alacritty.yml @@ -61,17 +61,17 @@ draw_bold_text_with_bright_colors: true font: # The normal (roman) font face to use. normal: - family: "Roboto Mono for Powerline" - style: Regular + family: "Roboto Mono" + style: Medium # The bold font face bold: - family: "Roboto Mono for Powerline" + family: "Roboto Mono" style: Bold # The italic font face italic: - family: "Roboto Mono for Powerline" + family: "Roboto Mono" style: Italic # Point size of the font