From 609f8d1cb7d0b2deacb6f371b7a3dd39274e2394 Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Tue, 22 Nov 2022 17:35:05 +0100 Subject: [PATCH] Fixed font awesome in setting --- custom.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/custom.css b/custom.css index b02ff78..4483944 100644 --- a/custom.css +++ b/custom.css @@ -18,6 +18,10 @@ canvas#canvas2 { display: none; } +.brand * { + font-family: Ubuntu !important; +} + /* --== Dark th3me by G3rard ==-- Based on Sverto's Dark Theme for Domoticz @@ -31,7 +35,7 @@ canvas#canvas2 { } /* Font Ubuntu everywhere */ html * { - font-family: Ubuntu !important; + font-family: Ubuntu; font-weight: normal !important; border-radius: 0 !important; }