Uilabel Set Font

swift 5
if let font = chosen.font {
  chosen.font = font.withSize( K.Dimensions.chosen_text_size )
}
Wicked Wolf