Carr1005 / react-carousel-slider

A carousel React component.
http://carr1005.github.io/react-carousel-slider/index.html
MIT License
7 stars 8 forks source link

Error (400): Missing font family #3

Open michaelroevievictoria opened 6 years ago

michaelroevievictoria commented 6 years ago

I dont know if its is the issue but in you carousel slider css @import url("https://fonts.googleapis.com/icon?family=Material+Icons");

it Says : Error (400): Missing font family

I hope you will fix the issue :) thanks

Carr1005 commented 6 years ago

@michaelroevievictoria
Thanks for your feedback! The purpose of this requesting is for convenience to utilize Google's Material Icons, you can see that in Demo page: 1,2

The error you mentioned should only arise when you are developing in a no network environment. Since this won't really impact on function, so it may not be fixed promptly. But you are right, it would be annoying if this always comes up when you are offline, maybe it should not be default, I'll consider to remove it in further version.