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; }