Fix font-family

This commit is contained in:
Prayag
2021-09-11 14:28:02 +05:30
committed by GitHub
parent b37f816027
commit c6b2268dda

View File

@@ -6,7 +6,7 @@
}
.material-icons {
font-family: 'Material Icons Outlined';
font-family: 'Material Icons Outlined' !important;
font-weight: normal;
font-style: normal;
line-height: 1;
@@ -34,4 +34,4 @@
.material-icons.add_circle:before {
content: "\e148";
}
}