[Bug] Font resolving problems
Olegt0rr opened this issue · 2 comments
Olegt0rr commented
Version
latest from site
Operating System
MacOS
Device
Macbook Pro 13
Browser & Version
Version 79.0.3945.88
Steps to reproduce
- Download .zip from site
- Unpack
- Install package.json
- Run
What is actually happening?
Can't resolve './fonts/nucleo-icons.eot' in 'paper-kit-react-master/src/assets/scss'
Solution
You need to edit 'src/assets/scss/paper-kit/_nucleo-icons.scss'
And add additional '../' to each path to font
Additional comments
einazare commented
Hello there, @Olegt0rr ,
Thank you for your interest in working with our products.
I've just made a quick test by following your exact steps:
- Download .zip from site
- Unpack
- Install package.json
- Run
On a MacBook PRO 15, and I did not have any issues.
Please make sure you have the latest version of NodeJS installed on your machine (v12.14.1 LTS - the Current version 13.6.0 always comes with new features, but also with bugs).
Best,
Manu