I'm using * {font-family: 'Arial' !important}. It changes font of material elements. but material-icons are not compatible with it. Example instead of icon it is showing "account_circle" which is code for icon.
Asked
Active
Viewed 379 times
1
-
Why are you using `!important` for a `*` selector?? This is the worst thing ever and it doesn't make sense, and also probably explain the issue – Alon Eitan Apr 06 '20 at 12:29
-
without ! important it's not working. – Deep Shikha Apr 06 '20 at 12:31
-
Here's a list of the supported browsers https://github.com/material-components/material-components-web/blob/master/docs/supported-browsers.md - Which version of i.e are you using? – Alon Eitan Apr 06 '20 at 12:35