1@font-face {
2 font-family: 'Material Icons';
3 font-style: normal;
4 font-weight: 400;
5 src: url(../fonts/MaterialIcons-Regular.eot);
6 /* For IE6-8 */
7 src: local('Material Icons'),
8 local('MaterialIcons-Regular'),
9 url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
10 url(../fonts/MaterialIcons-Regular.woff) format('woff'),
11 url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
12}
13
14.material-icons {
15 font-family: 'Material Icons';
16 font-weight: normal;
17 font-style: normal;
18 font-size: inherit;
19 /* Preferred icon size */
20 display: inline-block;
21 line-height: 1;
22 text-transform: none;
23 letter-spacing: normal;
24 word-wrap: normal;
25 white-space: nowrap;
26 direction: ltr;
27
28 /* Support for all WebKit browsers. */
29 -webkit-font-smoothing: antialiased;
30 /* Support for Safari and Chrome. */
31 text-rendering: optimizeLegibility;
32
33 /* Support for Firefox. */
34 -moz-osx-font-smoothing: grayscale;
35
36 /* Support for IE. */
37 -webkit-font-feature-settings: 'liga';
38 font-feature-settings: 'liga';
39}