mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-06-29 12:10:42 +00:00
Add Material Symbols font as fallback font for icons
This commit is contained in:
parent
aa6af14455
commit
a1749885f3
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue