Hi,
When I use style="font-weight:500;
it works on iOS, but not on Android, why ?
Regards
Hi,
When I use style="font-weight:500;
it works on iOS, but not on Android, why ?
Regards
Yes, a workaround is to use the css keywords : bold, bolder, normal and lighter it work for both platforms.
For 500, you should use bold
i am using font-weight:700 that is bolder and it works even on android.