struct ContentView: View {
   var body: some View {
      Text("Hello World")
         .font(Font.custom("Horsepower-Regular", size: 50))
   }
}