2022-01-17 22:11:33 +00:00
|
|
|
/* fallback */
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Material Icons Outlined';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
2022-08-30 00:07:20 +00:00
|
|
|
font-display: block;
|
2022-01-17 22:11:33 +00:00
|
|
|
src: url(Material-Icons-Outlined.woff2) format('woff2');
|
|
|
|
}
|
|
|
|
|
|
|
|
.material-icons-outlined {
|
|
|
|
font-family: 'Material Icons Outlined';
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
line-height: 1;
|
|
|
|
letter-spacing: normal;
|
|
|
|
text-transform: none;
|
|
|
|
display: inline-block;
|
|
|
|
white-space: nowrap;
|
|
|
|
word-wrap: normal;
|
|
|
|
direction: ltr;
|
2022-08-30 00:07:20 +00:00
|
|
|
font-feature-settings: 'liga';
|
2022-01-17 22:11:33 +00:00
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
}
|