From dba9d579651e66e217e4c071024764551777840b Mon Sep 17 00:00:00 2001 From: James Patrick Date: Thu, 3 Sep 2020 00:35:14 -0400 Subject: [PATCH] Using nerdfont for more icons. --- waybar/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/waybar/style.css b/waybar/style.css index 5e134b1..0d87888 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -1,8 +1,8 @@ * { border: none; border-radius: 0; - font-family: Roboto, Helvetica, Arial, sans-serif; - font-size: 16px; + font-family: Ubuntu Nerd Font, NotoSans Nerd Font, Roboto, Helvetica, Arial, sans-serif; + font-size: 15px; min-height: 0; }