From 870d148b9bcc9bf93e93581a14ce1bea80aa4f31 Mon Sep 17 00:00:00 2001 From: Tibo De Peuter Date: Tue, 31 May 2022 13:55:36 +0200 Subject: [PATCH] Changed font to custom --- config/alacritty.yml | 16 ++++++++-------- config/waybar-style.css | 3 +-- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/config/alacritty.yml b/config/alacritty.yml index bcd1e2b..2777500 100644 --- a/config/alacritty.yml +++ b/config/alacritty.yml @@ -110,32 +110,32 @@ font: # - (macOS) Menlo # - (Linux/BSD) monospace # - (Windows) Consolas - family: hack + family: Iosevka Custom # The `style` can be specified to pick a specific face. - #style: Regular + style: Extended # Bold font face - #bold: + bold: # Font family # # If the bold family is not specified, it will fall back to the # value specified for the normal font. - #family: monospace + family: Iosevka Custom # The `style` can be specified to pick a specific face. - #style: Bold + style: Heavy # Italic font face - #italic: + italic: # Font family # # If the italic family is not specified, it will fall back to the # value specified for the normal font. - #family: monospace + family: Iosevka Custom # The `style` can be specified to pick a specific face. - #style: Italic + style: Oblique # Bold italic font face #bold_italic: diff --git a/config/waybar-style.css b/config/waybar-style.css index 48d3c32..cda00a1 100644 --- a/config/waybar-style.css +++ b/config/waybar-style.css @@ -5,9 +5,8 @@ * { /* `otf-font-awesome` is required to be installed for icons */ /* font-family: FontAwesome, Roboto, Helvetica, Arial, sans-serif; */ - font-family: Hack; + font-family: Iosevka Custom; font-size: 13px; - letter-spacing: -1px; } window#waybar {