Copybara bot | be50d49 | 2023-11-30 00:16:42 +0100 | [diff] [blame] | 1 | @import 'variables'; |
| 2 | @import 'mixins'; |
| 3 | |
| 4 | @font-face { |
| 5 | font-family: $material-icons-font-family; |
| 6 | font-style: normal; |
| 7 | font-weight: 400; |
| 8 | src: url('#{$material-icons-font-file}.eot'); /* For IE6-8 */ |
| 9 | src: local($material-icons-font-family), local($material-icons-font-name), |
| 10 | url('#{$material-icons-font-file}.woff2') format('woff2'), |
| 11 | url('#{$material-icons-font-file}.woff') format('woff'), |
| 12 | url('#{$material-icons-font-file}.ttf') format('truetype'); |
| 13 | } |
| 14 | |
| 15 | .material-icons { |
| 16 | @include material-icons(); |
| 17 | } |