I've downloaded the repo using git clone and used make to install the fonts. However, I'm getting this error
cp: cannot stat 'Hermit*.otf': No such file or directory
make: *** [Makefile:13: install] Error 1
After inspection, I see there're no .otf files present inside the project directory. How do I solve this issue?
I've downloaded the repo using
git cloneand usedmaketo install the fonts. However, I'm getting this errorcp: cannot stat 'Hermit*.otf': No such file or directorymake: *** [Makefile:13: install] Error 1After inspection, I see there're no .
otffiles present inside the project directory. How do I solve this issue?