Fixed font awesome in setting

This commit is contained in:
2022-11-22 17:35:05 +01:00
parent 923cc23acf
commit 609f8d1cb7

View File

@@ -18,6 +18,10 @@ canvas#canvas2 {
display: none; display: none;
} }
.brand * {
font-family: Ubuntu !important;
}
/* /*
--== Dark th3me by G3rard ==-- --== Dark th3me by G3rard ==--
Based on Sverto's Dark Theme for Domoticz Based on Sverto's Dark Theme for Domoticz
@@ -31,7 +35,7 @@ canvas#canvas2 {
} }
/* Font Ubuntu everywhere */ /* Font Ubuntu everywhere */
html * { html * {
font-family: Ubuntu !important; font-family: Ubuntu;
font-weight: normal !important; font-weight: normal !important;
border-radius: 0 !important; border-radius: 0 !important;
} }