File size: 816 Bytes
27867f1 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
@font-face {
font-family: "Material Icons Round";
font-style: normal;
font-weight: 400;
src: local("Material Icons Round"), local("MaterialIcons-Round"), url(flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format("woff2");
}
.md-icon {
font-family: "Material Icons Round";
font-weight: 400;
font-style: normal;
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";
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
-webkit-font-feature-settings: "liga";
font-feature-settings: "liga";
overflow: hidden;
vertical-align: middle;
}
|