logtrace / material-icons-react

Google material icons implementation for React
MIT License
24 stars 16 forks source link

question #12

Closed sylvaincordiere closed 6 years ago

sylvaincordiere commented 6 years ago

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

sithumn commented 6 years ago

Hey,

Sorry for the delayed response. I'll look in to this one.

sithumn commented 6 years ago

Hi @sylvaincordiere

I've fixed this. Please have a look at the latest version.

Regards, Sithum