Why is the Font Changing in Sent Emails?
Fix font inconsistencies in sent emails by using web-safe fonts and configuring a proper fallback font sequence in your HTML email templates.
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Fix font inconsistencies in sent emails by using web-safe fonts and configuring a proper fallback font sequence in your HTML email templates.
<p style="font-family: 'Noto Sans', Arial, sans-serif;">This is sample text.</p>
Was this page helpful?