Tag: font swift
Sep 02, 2021 swiftui
how to use multiple font size text in SwiftUI
Use multiple Font text in swiftui fonts In swift we used to add two different label for different font. this can be achieved in swiftui fonts. We can add this in below format in SwiftUI. struct ContentView: View { …