From f62d626475a4a1a42392555592055c739eb1e0ee Mon Sep 17 00:00:00 2001 From: Florian Bergmann Date: Tue, 26 Mar 2024 12:50:36 +0100 Subject: [PATCH] Correct fonts --- roles/hyprland/templates/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/hyprland/templates/style.css b/roles/hyprland/templates/style.css index 854e854..a254ca0 100644 --- a/roles/hyprland/templates/style.css +++ b/roles/hyprland/templates/style.css @@ -1,6 +1,6 @@ * { border: none; - font-family: Font Awesome, Roboto, Arial, sans-serif; + font-family: "Noto Sans", "Font Awesome 6 Free", sans-serif; font-size: 13px; color: #ffffff; border-radius: 20px;