7 lines
164 B
CSS
7 lines
164 B
CSS
@font-face {
|
|
font-family: "Material Symbols Outlined";
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: url("Material-Symbols-Outlined.woff2") format("woff2");
|
|
}
|