I followed a bunch of tutorials but it doesn’t work: I simply want to add a custom font to a macOS app.
What I tried essentially:
.
I had a hard time getting this to work based on the previous answers, so I decided to write up an answer myself. This is based on previous answers by @ixany and @rob-keniger.
Fonts folder. Uncheck Add to targets and check Copy items if needed.Application fonts resource path to Info.plist and enter Fonts.Build Phases and create a New Copy Files Phase.Destinations to Resources and Subpath to Fonts. Then add your font files to the list.