mirror of
https://github.com/prayag17/Jellyfin-Icons.git
synced 2026-01-15 13:52:52 -03:00
Fix font-family
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.material-icons {
|
.material-icons {
|
||||||
font-family: 'Material Icons Outlined';
|
font-family: 'Material Icons Outlined' !important;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
@@ -34,4 +34,4 @@
|
|||||||
|
|
||||||
.material-icons.add_circle:before {
|
.material-icons.add_circle:before {
|
||||||
content: "\e148";
|
content: "\e148";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user