Same as this question, but for an OSX app, rather than an iOS app.
UIKit and, therefore, UILabel don't appear to be available for non-iOS apps...
Is there a way to do something similar to
[[UILabel appearance] setFont:[UIFont fontWithName:@"YourFontName" size:17.0]];
that will work in an OSX app? Or if I could set a default/global font & color via Xcode, rather than programmatically, that would be great too.