๐Ÿ”ฐcustom font

SwiftUI โŸฉ controls โŸฉ Text โŸฉ Font โŸฉ custom font

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

Text("Hello").font(avenir17)

Last updated

Was this helpful?