The place for ad hoc chat about Nerd Fonts (Patched Fonts collection and Patcher)
Hi! I am not sure if the official Docker image is just broken for me. But I was not able to get it working. I took a look at the Docker file and the entry point on GH and I don't think it's implemented the right way. Could someone please confirm? For now, I have created my own Docker image based on the release candidate version here:
https://github.com/icy-comet/dockered-nerdfonts-patcher
I would be happy to submit a PR if needed.
Hi, for font-patcher file, when I installed it, I got a font-patcher.txt which I cannot use for my CLI. When I convert the file to .py file, and run
"python3 font-patcher.py BerkeleyMono-Regular.otf"
I got the following result
The requested file, original-source.otf, does not exist
Traceback (most recent call last):
File "/Users/adwinang/Downloads/OTF/font-patcher.py", line 1037, in <module>
main()
File "/Users/adwinang/Downloads/OTF/font-patcher.py", line 1032, in main
patcher.patch()
File "/Users/adwinang/Downloads/OTF/font-patcher.py", line 110, in patch
symfont = fontforge.open(self.args.glyphdir + patch['Filename'])
OSError: Open failed