Files
planet/frontend/public/earth/css/fonts.css
2026-05-11 10:59:41 +08:00

25 lines
609 B
CSS

@font-face {
font-family: "Material Symbols Rounded";
font-style: normal;
font-weight: 500;
font-display: block;
src: url("../assets/fonts/material-symbols-rounded-500.ttf") format("truetype");
}
.material-symbols-rounded {
direction: ltr;
display: inline-block;
font-family: "Material Symbols Rounded";
font-feature-settings: "liga";
font-size: 24px;
font-style: normal;
font-weight: 500;
letter-spacing: normal;
line-height: 1;
text-transform: none;
white-space: nowrap;
word-wrap: normal;
-webkit-font-feature-settings: "liga";
-webkit-font-smoothing: antialiased;
}