When I open my app in normal browser the font is looking good. But after I build it for iOS it shows a weird letter-spacing or something.
(already tried this fix, but doesn’t work:)
body.platform-ios.platform-cordova.platform-webview {
text-rendering: auto !important;
}