installed fonts for title navigation bar
UINavigationBar.appearance().titleTextAttributes = [.font: UIFont(name: "OpenSans", size:50 )!,NSAttributedString.Key.foregroundColor : UIColor.purple]
how do I make it bold ?
found, that can be done so, but after all the fine print I already set
.font : UIFont.boldSystemFont(ofSize: 50)