is there any simple solution on how to use Apples New York font within the navigationBarTitle? I tried the following, but without success:
.navigationBarTitle(Text("TestTitle").font(.system(.largeTitle, design: .serif)))
It just defaults back to the default SF font.
Any help is greatly appeciated! Thanks!