2023-02-06 09:17:22 -05:00
|
|
|
@font-face {
|
|
|
|
font-family: 'Material Symbols Rounded';
|
|
|
|
font-style: normal;
|
2024-02-15 04:43:16 -05:00
|
|
|
font-weight: 400;
|
2023-02-06 09:17:22 -05:00
|
|
|
font-display: block;
|
2024-02-15 04:43:16 -05:00
|
|
|
/*
|
|
|
|
Generated from MaterialSymbolsRounded[FILL,GRAD,opsz,wght].woff2 with specific values:
|
|
|
|
'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 20
|
|
|
|
*/
|
|
|
|
src: url('material-symbols/MaterialSymbolsRoundedSlice.woff2') format('woff2');
|
2023-02-06 09:17:22 -05:00
|
|
|
}
|
|
|
|
|
2023-08-25 04:51:45 -04:00
|
|
|
.material-symbols {
|
2023-02-06 09:17:22 -05:00
|
|
|
font-family: 'Material Symbols Rounded';
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
font-size: 20px;
|
2024-02-15 04:43:16 -05:00
|
|
|
font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 20;
|
2023-02-06 09:17:22 -05:00
|
|
|
line-height: 1;
|
|
|
|
letter-spacing: normal;
|
|
|
|
text-transform: none;
|
|
|
|
display: inline-block;
|
|
|
|
white-space: nowrap;
|
|
|
|
word-wrap: normal;
|
|
|
|
direction: ltr;
|
2023-02-16 08:24:37 -05:00
|
|
|
font-feature-settings: 'liga';
|
2023-02-06 09:17:22 -05:00
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
}
|
2023-08-25 04:51:45 -04:00
|
|
|
|
2023-12-13 09:31:15 -05:00
|
|
|
.material-symbols-xl {
|
|
|
|
font-size: 56px;
|
|
|
|
}
|