3 respuestas
Thanks guys. I resolved this by doing the following. But just for context. The email template was leveraging the use of Text Template. So we looked into the "Plain Text" since everything when viewed on "Rich Text" mode seemed to be of equal font.
The next step was to remove style="..." attributes and unwrapping <span> tags
So for instance from the below:
to
After a couple of tests, the font was the same for the different recipients despite the browser settings. Hope this helps!