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