-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
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
font-patcher showing me oserror #864
Comments
Will be fixed by #741 Usually you should not download 'just' the But you are right, that bit of information is missing from the instructions: https://github.com/ryanoasis/nerd-fonts#option-8-patch-your-own-font 😭 I already tried to assemble all information here: #847, but did not yet came round to pour the into the actual README.me file. Sorry. Is your problem / would your problem be solved by the information given in the discussion if it is in the main documentation? |
@human9182 I was dealing w/ a similar issue patching my own fonts, and I wrote an article here detailing how to patch a custom font. Hope this helps! |
@waydegg
Nice. Hopefully all the laborous steps will be unneeded when these PRs are pulled
BTW, suggest using https://github.com/ryanoasis/nerd-fonts/releases/latest/download/FontPatcher.zip as that has all the needed sub-files already. |
Now (at least) a message is displayed:
|
This issue has been automatically locked since there has not been any recent activity (i.e. last half year) after it was closed. It helps our maintainers focus on the active issues. If you have found a problem that seems similar, please open a new issue, complete the issue template with all the details necessary to reproduce, and mention this issue as reference. |
🗹 Requirements
🎯 Subject of the issue
Experienced behavior:
When I run
fontforge -script font-patcher --fontawesome --glyphdir ./src/glyphs Inconsolata-Regular.ttf
I got thisI didn't download the entire git since it's too big. What I did is run
mkdir -p src/glyphs/font-awesome
and downloaded the otfs from fontawesome website and put three of them(when you download and extract zip you get three otfs) insrc/glyphs/font-awesome
directory. Thesrc
directory is relative tofont-patcher
(both are in the same directory).Expected behavior:
This shouldn't give not found error cause everything is fine to me.
🔧 Setup
Font: Inconsolata-Regular.ttf
Source: Google Fonts
OS: arch linux
The text was updated successfully, but these errors were encountered: