material-icons.css
23 lines
| 1 | @font-face { |
| 2 | font-family: 'Material Icons'; |
| 3 | font-style: normal; |
| 4 | font-weight: 400; |
| 5 | src: url(material-icons.woff2) format('woff2'); |
| 6 | } |
| 7 | |
| 8 | .material-icons { |
| 9 | font-family: 'Material Icons'; |
| 10 | font-weight: normal; |
| 11 | font-style: normal; |
| 12 | font-size: 24px; |
| 13 | line-height: 1; |
| 14 | letter-spacing: normal; |
| 15 | text-transform: none; |
| 16 | display: inline-block; |
| 17 | white-space: nowrap; |
| 18 | word-wrap: normal; |
| 19 | direction: ltr; |
| 20 | -moz-font-feature-settings: 'liga'; |
| 21 | -moz-osx-font-smoothing: grayscale; |
| 22 | } |
| 23 |