how to set the font of text in swiftui

Swift
Text("Simple Swift Guide").font(.system(size: 45, weight: .bold, design: .default))
Source

Also in Swift: