Add Material Symbols font as fallback font for icons

This commit is contained in:
ItsDrike 2023-01-29 15:43:32 +01:00
parent aa6af14455
commit a1749885f3
No known key found for this signature in database
GPG key ID: B014E761034AF742

View file

@ -55,7 +55,7 @@ tooltip {
}
.icon, .icon label {
font-family: "Font Awesome 6 Free";
font-family: "Font Awesome 6 Free", "Material Symbols Outlined";
}
.module { margin: 0 5px; }