Mobile safari font issue

If you’ve run into an issue on safari on mobile where you seeing what appears to be almost a shadow or double font appearing, with one slightly offset – something like this:

It’s actually easily solve-able with a simple line of extra code added to the heading/text in question:

font-weight: normal;

If you want to read more about it – you can here over on CSS Tricks. Thanks to my colleague JB for helping solve this.