24 lines
539 B
CSS
24 lines
539 B
CSS
/* fallback */
|
|
@font-face {
|
|
font-family: 'Material Icons Outlined';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-display: block;
|
|
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;
|
|
font-feature-settings: 'liga';
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|