logtrace / material-icons-react

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

Should also work if offline #25

Open ttbuddy opened 5 years ago

ttbuddy commented 5 years ago

Currently the icons only show up if the app is online. It's better if you have the Material fonts dependency loaded locally.

sithumn commented 5 years ago

Good suggestion. Thank you. I will add this to the next release.

ttbuddy commented 5 years ago

Sorry. I have just verified that the new release works offline successfully if 'material-design-icons-iconfont' is also installed.

npm install material-design-icons-iconfont --save

import 'material-design-icons-iconfont/dist/material-design-icons.css';