mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Add Material Symbols font as fallback font for icons
This commit is contained in:
parent
aa6af14455
commit
a1749885f3
|
@ -55,7 +55,7 @@ tooltip {
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon, .icon label {
|
.icon, .icon label {
|
||||||
font-family: "Font Awesome 6 Free";
|
font-family: "Font Awesome 6 Free", "Material Symbols Outlined";
|
||||||
}
|
}
|
||||||
|
|
||||||
.module { margin: 0 5px; }
|
.module { margin: 0 5px; }
|
||||||
|
|
Loading…
Reference in a new issue