Knowledge Base Home General Questions My fonts are not displaying the way I want them to in Apple Mail. Why?
Unfortunately, the way an email is processed and displayed varies between email clients. This means that your email may be viewed in various ways by different subscribers, based on their email service provider (ESP). To ensure recipients using Apple Mail see your font correctly, you will need to modify the coding of your email.
Attention: Advanced knowledge of HTML is required. Unwanted changes may occur to your campaign if the HTML coding is altered incorrectly.
The reason the font is not displaying the way you wanted is because Apple Mail is not able to read the font tag within your code:
Example:
<font color="red"> your text </font>
Span tags need to be added to each block in order to display the font you want in Apple Mail.
<span style="font-color:red;"> your text </span>
You are not limited to the font styles offered in the dropdown menu. Learn about additional font options that may help personalize your campaign even more.