Closed ziryanov closed 7 years ago
I'm trying applying light font like this:
let regular = UIFont.systemFont(ofSize: 15) let light = UIFont.systemFont(ofSize: 15, weight: UIFontWeightLight) label.attributedText = "regular ".font(regular) .append("light").font(light) .attributedText
But both words are with the same font (regular).
I've created pull request with fix. Please check and merge
Thanks! Your PR has been merged and published as version 0.5.1
I'm trying applying light font like this:
But both words are with the same font (regular).