2023-02-06 09:17:22 -05:00
|
|
|
@font-face {
|
|
|
|
font-family: 'Material Symbols Rounded';
|
|
|
|
font-style: normal;
|
2023-02-16 08:24:37 -05:00
|
|
|
font-weight: 100 700;
|
2023-02-06 09:17:22 -05:00
|
|
|
font-display: block;
|
|
|
|
src: url('material-symbols/MaterialSymbolsRounded[FILL,GRAD,opsz,wght].woff2')
|
|
|
|
format('woff2');
|
|
|
|
}
|
|
|
|
|
|
|
|
.material-symbols-rounded {
|
|
|
|
font-family: 'Material Symbols Rounded';
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
font-size: 20px;
|
|
|
|
font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 20;
|
|
|
|
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;
|
|
|
|
}
|