avm99963 | 7607b65 | 2020-01-19 20:40:26 +0100 | [diff] [blame] | 1 | @import "https://fonts.googleapis.com/icon?family=Material+Icons"; |
| 2 | |
| 3 | .material-icons { |
| 4 | font-family: "Material Icons"; |
| 5 | font-weight: normal; |
| 6 | font-style: normal; |
| 7 | font-size: 24px; |
| 8 | display: inline-block; |
| 9 | line-height: 1; |
| 10 | text-transform: none; |
| 11 | letter-spacing: normal; |
| 12 | word-wrap: normal; |
| 13 | white-space: nowrap; |
| 14 | direction: ltr; |
| 15 | /* Support for all WebKit browsers. */ |
| 16 | -webkit-font-smoothing: antialiased; |
| 17 | /* Support for Safari and Chrome. */ |
| 18 | text-rendering: optimizeLegibility; |
| 19 | /* Support for Firefox. */ |
| 20 | -moz-osx-font-smoothing: grayscale; |
| 21 | /* Support for IE. */ |
| 22 | font-feature-settings: 'liga'; |
| 23 | |
| 24 | vertical-align: middle; |
| 25 | } |
| 26 | |
| 27 | .md-content a:not(.md-content__icon) { |
| 28 | text-decoration: underline!important; |
| 29 | } |