uibutton text with custom font in swift 5 code example
Example 1: set font uilabel swift
UIFont(name: label.font.fontName, size: 20)
Example 2: how to set the font of text in swiftui
Text("Simple Swift Guide").font(.system(size: 45, weight: .bold, design: .default))