In the index.css you import from url('https://fonts.googleapis.com/css?family=Material+Icons'); which only import woff2 format which only works with ie +14 and are partially support on safari.
Wouldn't be better to import another format to allow support on safari and ie 11 and above
In the index.css you import from url('https://fonts.googleapis.com/css?family=Material+Icons'); which only import woff2 format which only works with ie +14 and are partially support on safari. Wouldn't be better to import another format to allow support on safari and ie 11 and above