I can detect if fonts are bold because of accessibility in iOS, using UIAccessibilityIsBoldTextEnabled, but I can't disable font bolding in my app.
Is there any way so I can keep my app from bolding, because my texts are already bold and accessibility will make them even bolder!