From 817e5c06e5d2708f97378223f396715cd6ccd5c0 Mon Sep 17 00:00:00 2001 From: coolneng Date: Wed, 17 Feb 2021 04:26:01 +0100 Subject: [PATCH] Replace blurry terminus with inconsolota in waybar --- waybar/.config/waybar/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waybar/.config/waybar/style.css b/waybar/.config/waybar/style.css index 18c131a..a74e3aa 100644 --- a/waybar/.config/waybar/style.css +++ b/waybar/.config/waybar/style.css @@ -2,7 +2,7 @@ border: none; border-radius: 0; /* `otf-font-awesome` is required to be installed for icons */ - font-family: TerminessTTF Nerd Font; + font-family: Inconsolata Nerd Font; font-size: 17px; min-height: 0px; }