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