Email Font Replaced by Another: Why It Happens and What to Do
Why your brand font turns into Arial and how to control it
Mailvex · 31 August 2026 · 4 min read

The email is built in your brand font and the recipient sees Arial. The reason is simple: an email client displays a font only if it is installed on the device. An email carries no fonts of its own, and not every client can load them. The fix is choosing a system font and setting a chain of fallbacks.
Why the font gets substituted
A web page can load a font from a server and the browser will show it. Email cannot do this everywhere: some clients strip external resource loading for security reasons.
When the named font is missing and could not be loaded, the client substitutes its default. Usually Arial or Times New Roman — hence the familiar result.
There is a second, less obvious cause: a font may be installed on someone computer but absent from their phone. The email then looks different on two devices belonging to the same person.
Fonts that exist everywhere
System fonts are installed on practically every device, and no substitution happens with them.
| Font | Where it exists | Fallback |
|---|---|---|
| Arial | everywhere | Helvetica, sans-serif |
| Georgia | everywhere | Times New Roman, serif |
| Verdana | everywhere | Geneva, sans-serif |
| Tahoma | Windows and most others | Verdana, sans-serif |
| Trebuchet MS | Windows and macOS | Tahoma, sans-serif |
| Courier New | everywhere | Courier, monospace |
| A web font | some clients | a system fallback is mandatory |
The limitation is real: the choice is small and there are few elegant faces in it. But that is the price of predictability — the email will look the same for everyone.
How to set a fallback
Even with a system font you need fallbacks. They are written as a chain: if the first is missing, the second is used, and so on.
The last item in a chain is always a generic name — serif, sans-serif or monospace. It guarantees the client picks something similar in character.
A common mistake is naming one font with no fallbacks. Then, when it is missing, the client substitutes something quite unlike what you expected.
When a web font does work
Some clients support web fonts, and it is not a pointless effort if approached correctly.
The scheme is this: load the font for clients that can handle it and always set a system fallback for the rest. Part of your audience sees the brand face, part sees an acceptable substitute. Nobody sees anything broken.
One condition matters: the email must look fine with the fallback. If the design assumes a narrow face and the fallback is wider, the text stops fitting.
And a note on mobile: font substitution is more visible there because the screen is narrow and a few extra pixels of width break the line immediately.
What to do with a brand font
If the brand has its own font, keep it for headings inside images and set the email copy in a system font.
The logic matches images generally: the essentials belong in text, and brand styling reinforces. A heading in the brand font on a banner conveys the character, while the body copy stays readable for everyone.
How a builder handles this
In Mailvex the font is set once in the brand kit, and the fallback chain is applied automatically. When you upload a PDF brand book, fonts are extracted along with colours and the logo.
If the brand font is not part of the system set, the builder picks the closest match in character and flags it during assembly.
Build an on-brand email with fonts that work.
Browse templatesFrequently asked questions
Why do I see the font but my recipient does not?
Because it is installed on your machine and not on theirs. An email client displays only fonts present on the device. The fix is choosing a system font or setting a chain of fallbacks.
Can I use a web font in an email?
Some clients will pick it up, others will ignore it. You can use one, but always with a system fallback and only if the email looks fine with it. You cannot rely on loading as a guarantee.
Which font should I choose for something readable and neutral?
Arial or Verdana for sans-serif, Georgia for serif. All three are installed practically everywhere. Verdana is slightly wider and reads better on small screens.