I'm using SwiftUI with Xcode 11 and I want to change NavigationBarTitle font with these lines of codes:
.navigationBarTitle (Text("Navigation Bar Title"), displayMode: .inline)
.font(.subheadline)
but nothing happened. any suggestion or comment?