Font-weight doesn't work on android

Hi,

When I use style="font-weight:500; it works on iOS, but not on Android, why ?

Regards

@MisterJack49 Did you find any solution to this problem?

Yes, a workaround is to use the css keywords : bold, bolder, normal and lighter it work for both platforms.

@MisterJack49 For 'font-weight` 500 what should I use ?

For 500, you should use bold

i am using font-weight:700 that is bolder and it works even on android.