🔥(frontend) remove useless font block on icons
Myabd, this css property is useful only on font face, it has no effect on materials-related classes.
This commit is contained in:
committed by
aleb_the_flash
parent
48af2e3a5f
commit
2863aa832d
@@ -4,7 +4,6 @@
|
|||||||
.material-symbols {
|
.material-symbols {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-display: block;
|
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user