We are currently experiencing issues where in Marketo the font is appearing correctly, but when the email is opened in MSO on desktop, it reverts to a different font. We have hard coded the font and added a line of code of what to do in MSO, and it is still not working. Has anyone else experienced this issue or have any tips? Here's the code we have embedded: <!--[if mso]> <style type='text/css'> .primary-font { font-family: noto-serif, serif !important; } </style> <![endif]--> <!--[if mso]> <style type='text/css'> .secondary-font { font-family: Arial, sans-serif !important; } </style> <![endif]-->
... View more