2024-05-08 18:24:55 +04:00
|
|
|
@font-face {
|
|
|
|
font-family: 'Material Symbols Rounded';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 100 700;
|
|
|
|
src: url(../../fonts/google-symbol.woff2) format('woff2');
|
|
|
|
}
|
|
|
|
|
2024-11-14 20:00:36 +00:00
|
|
|
|
|
|
|
|
2024-05-08 18:24:55 +04:00
|
|
|
.material-symbols-rounded {
|
|
|
|
font-family: 'Material Symbols Rounded';
|
2024-05-28 19:44:35 +01:00
|
|
|
font-weight: 300;
|
2024-05-08 18:24:55 +04:00
|
|
|
font-style: normal;
|
|
|
|
font-size: 24px;
|
|
|
|
line-height: 1;
|
|
|
|
letter-spacing: normal;
|
|
|
|
text-transform: none;
|
|
|
|
display: inline-block;
|
|
|
|
white-space: nowrap;
|
|
|
|
word-wrap: normal;
|
|
|
|
direction: ltr;
|
|
|
|
-webkit-font-feature-settings: 'liga';
|
|
|
|
-webkit-font-smoothing: antialiased;
|
2024-09-23 16:19:50 +05:30
|
|
|
}
|