Fix material icons font format
This commit is contained in:
parent
f145fbf046
commit
1399325de8
|
@ -173,7 +173,7 @@ ul.dir li .material-symbols-outlined {
|
||||||
font-family: 'Material Symbols Outlined';
|
font-family: 'Material Symbols Outlined';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
src: url(/static/vendor/material-symbols-outlined.woff2) format('truetype');
|
src: url(/static/vendor/material-symbols-outlined.woff2) format('woff2');
|
||||||
}
|
}
|
||||||
|
|
||||||
.material-symbols-outlined {
|
.material-symbols-outlined {
|
||||||
|
|
Loading…
Reference in New Issue