Im working on Mac OS Application where I need to set custom fonts, so I did following things:
Xcode version: 12.3
I followed all steps from this thread also:
Custom Fonts Issue
Xcode version: 12.3
Added fonts to Application
Add Application fonts resource path Key to Info.plist and set the value "."
Added "New Copy file phase" and provided path Resource->Fonts and added fonts.
In my viewController set those fonts to Label programatically. Like this (titleLabel.font = NSFont(name: "Geogrotesque-Regular", size: 15))
I followed all steps from this thread also:
Custom Fonts Issue