2020-04-07 22:19:27 +00:00
|
|
|
/* fallback */
|
|
|
|
@font-face {
|
2020-05-15 19:32:50 +00:00
|
|
|
font-family: 'Material Icons';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
2020-08-24 14:27:19 +00:00
|
|
|
src: url('../../fonts/icons/MaterialIcons-Regular.eot'); /* For IE6-8 */
|
2020-08-24 16:08:01 +00:00
|
|
|
src: url('../../fonts/icons/MaterialIcons-Regular.woff2') format('woff2'),
|
2020-08-24 14:27:19 +00:00
|
|
|
url('../../fonts/icons/MaterialIcons-Regular.woff') format('woff'),
|
|
|
|
url('../../fonts/icons/MaterialIcons-Regular.ttf') format('truetype');
|
2020-04-07 22:19:27 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.material-icons {
|
2020-05-15 19:32:50 +00:00
|
|
|
font-family: 'Material Icons';
|
|
|
|
font-weight: normal;
|
|
|
|
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';
|
|
|
|
font-feature-settings: 'liga';
|
|
|
|
-webkit-font-smoothing: antialiased;
|
2020-04-07 22:19:27 +00:00
|
|
|
}
|