Update Material Icons WOFF2
This commit is contained in:
parent
777acc227c
commit
8dfceca5a7
2 changed files with 3 additions and 2 deletions
|
@ -1,11 +1,10 @@
|
||||||
/* fallback */
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Material Icons";
|
font-family: "Material Icons";
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
font-display: block;
|
||||||
src: url(icons.woff2) format("woff2");
|
src: url(icons.woff2) format("woff2");
|
||||||
}
|
}
|
||||||
|
|
||||||
.material-icons {
|
.material-icons {
|
||||||
font-family: "Material Icons";
|
font-family: "Material Icons";
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
@ -20,4 +19,6 @@
|
||||||
direction: ltr;
|
direction: ltr;
|
||||||
text-rendering: optimizeLegibility;
|
text-rendering: optimizeLegibility;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
|
-moz-osx-font-smoothing: grayscale;
|
||||||
|
font-feature-settings: "liga";
|
||||||
}
|
}
|
||||||
|
|
Binary file not shown.
Loading…
Reference in a new issue