We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've downloaded the repo using git clone and used make to install the fonts. However, I'm getting this error
git clone
make
cp: cannot stat 'Hermit*.otf': No such file or directory make: *** [Makefile:13: install] Error 1
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?
otf
The text was updated successfully, but these errors were encountered:
That's right, the Makefile is completely outdated. otf files are inside the packages folder.
Makefile
packages
Sorry, something went wrong.
No branches or pull requests
I've downloaded the repo using
git clone
and usedmake
to install the fonts. However, I'm getting this errorcp: 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?The text was updated successfully, but these errors were encountered: