🔰custom font

SwiftUIcontrolsTextFont ⟩ custom font

let avenir17 = Font.custom("AvenirNextCondensed-Regular", size:17.0)

Text("Hello").font(avenir17)

Last updated

Was this helpful?