digicorp / propeller

Propeller - Develop more, Code less. Propeller is a front-end responsive framework based on Google's Material Design Standards & Bootstrap.
http://propeller.in
MIT License
1.13k stars 139 forks source link

cannot find fonts #101

Closed bipinrajbhar closed 4 years ago

bipinrajbhar commented 4 years ago

i am using propeller in my react app.

first i did npm i propellerkit and then import import 'propellerkit/scss/propeller.scss'; to app.jsx file.

i have solve this problem by copying fonts folder from dist to propellerkit.

monika-digicorp commented 4 years ago

Hello @bipinrajbhar ,

Glad to hear that you are using the library in your react app.

As per our understanding when you added the import 'propellerkit/scss/propeller.scss';line to app.jsx file you got an error for missing fonts which you have solved by copying the fonts folder.

Please let us know if our understanding is correct and that your issue is resolved.

Regards, Monika

bipinrajbhar commented 4 years ago

Yes @monika-digicorp