Update material icons to v1.11.10
parent
83a2e543f9
commit
6ba1d5c424
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -22,41 +22,29 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Material Icons';
|
font-family: "Material Icons";
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
src: url(../fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
|
font-display: block;
|
||||||
src: local('Material Icons'),
|
src: url("../fonts/material-icons.woff2") format("woff2"), url("../fonts/material-icons.woff") format("woff");
|
||||||
local('MaterialIcons-Regular'),
|
|
||||||
url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
|
|
||||||
url(../fonts/MaterialIcons-Regular.woff) format('woff'),
|
|
||||||
url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.material-icons {
|
.material-icons {
|
||||||
vertical-align:middle;
|
font-family: "Material Icons";
|
||||||
font-family: 'Material Icons';
|
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-size: 24px; /* Preferred icon size */
|
font-size: 24px;
|
||||||
display: inline-block;
|
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
text-transform: none;
|
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
word-wrap: normal;
|
text-transform: none;
|
||||||
|
display: inline-block;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
word-wrap: normal;
|
||||||
direction: ltr;
|
direction: ltr;
|
||||||
|
|
||||||
/* Support for all WebKit browsers. */
|
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
/* Support for Safari and Chrome. */
|
|
||||||
text-rendering: optimizeLegibility;
|
|
||||||
|
|
||||||
/* Support for Firefox. */
|
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
/* Support for IE. */
|
font-feature-settings: "liga";
|
||||||
font-feature-settings: 'liga';
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
.material-icons.md-18 { font-size: 18px; }
|
.material-icons.md-18 { font-size: 18px; }
|
||||||
|
|
Loading…
Reference in New Issue