NuPlay / RichText

Easily show RichText(html) in SwiftUI
MIT License
209 stars 36 forks source link

FontType doesn't support custom fonts #49

Open RushanB opened 5 months ago

RushanB commented 5 months ago

When I try to set a custom font that I imported into my project it doesn't work

.fontType(.custom(UIFont(name: "NunitoSans-Regular", size: 14.0)))

phanindhra77 commented 3 months ago

i tried custom font name, it didn't work for me too. @NuPlay