My app is in the process of updating fonts to custom one. And with that came ligature issue of symbols kinda merging together. It is very noticeable in an app. Web version of an app dealt with that quickly it seems through some configs, but ios is getting a big issue.
From what I managed to find you can disable ligature of fonts only through attribtued string. But that means that I need to make all of my text in the app go through attributed text... kinda feels a bit counter productive. Does anyone know a way to disable ligature of fonts without going into attributed strings?