From 6361f6429921897e4ad15a53a9f082a0698d09cc Mon Sep 17 00:00:00 2001 From: Tibo De Peuter Date: Tue, 31 May 2022 14:46:46 +0200 Subject: [PATCH] Changed to new font --- config/alacritty.yml | 6 +++--- config/waybar-style.css | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/alacritty.yml b/config/alacritty.yml index 2777500..f64b57c 100644 --- a/config/alacritty.yml +++ b/config/alacritty.yml @@ -110,7 +110,7 @@ font: # - (macOS) Menlo # - (Linux/BSD) monospace # - (Windows) Consolas - family: Iosevka Custom + family: Letter # The `style` can be specified to pick a specific face. style: Extended @@ -121,7 +121,7 @@ font: # # If the bold family is not specified, it will fall back to the # value specified for the normal font. - family: Iosevka Custom + family: Letter # The `style` can be specified to pick a specific face. style: Heavy @@ -132,7 +132,7 @@ font: # # If the italic family is not specified, it will fall back to the # value specified for the normal font. - family: Iosevka Custom + family: Letter # The `style` can be specified to pick a specific face. style: Oblique diff --git a/config/waybar-style.css b/config/waybar-style.css index cda00a1..c5e54a1 100644 --- a/config/waybar-style.css +++ b/config/waybar-style.css @@ -5,7 +5,7 @@ * { /* `otf-font-awesome` is required to be installed for icons */ /* font-family: FontAwesome, Roboto, Helvetica, Arial, sans-serif; */ - font-family: Iosevka Custom; + font-family: Letter; font-size: 13px; }