Signature guide
Best font for an email signature — the 7 that actually render
Every 'best fonts for email signatures' list on Google recommends Helvetica Neue, Roboto, or Montserrat. Two of those three will silently fall back to Times New Roman in Outlook — the exact opposite of what the designer intended. Here's the shortlist that actually renders identically in every major mail client, and why.
Live example
One of ten built-in Looks. Every element is editable in the builder — colors, photo, links, tagline.
Preview
ToAnyone
SubjectFont check
Thanks,
Alex
Step-by-step
- 1
The rule you can't skip: only web-safe fonts
Email clients don't load web fonts (Google Fonts, custom @font-face). If the recipient's system doesn't have the font installed, Outlook and Gmail fall back to Times New Roman. That means only fonts pre-installed on Windows, Mac, iOS and Android are safe. Everything else is a lottery. - 2
The seven fonts that always render
In order of use: Arial (universal, boring, works), Helvetica (Mac default, falls back to Arial on Windows — same shape), Verdana (readable at small sizes, slightly wider), Georgia (the only serif that reads modern), Tahoma (crisp at 10–12px, popular in enterprise), Trebuchet MS (has personality without being weird), Times New Roman (only if you specifically want a formal-legal look). Nothing else. No Roboto, no Inter, no Montserrat, no Poppins. - 3
Set the font stack correctly, not just a single family
Wrong:font-family: Helvetica. Right:font-family: Helvetica, Arial, sans-serif. The stack tells the client what to use if the first font is missing. Always end with a generic family (sans-seriforserif) so a truly ancient client still picks something reasonable. - 4
Size and weight — the numbers that work
Body text: 13–14px. Anything smaller reads as fine print on high-DPI screens. Name and title: 15–16px, semibold or bold. Meta info (phone, email): 12–13px, one weight lighter. Line-height 1.35–1.4. Never use font-weight 100 or 200 — they render as regular in Outlook. - 5
Test on Outlook first, always
Outlook is the strictest renderer. If your signature looks right in Outlook (both new and classic Windows), it will look right in Gmail and Apple Mail. Reverse is not true — signatures that look perfect in Gmail routinely collapse to Times New Roman in Outlook because someone put "Roboto" as the only font.
Common questions
›Can I use Google Fonts (Roboto, Inter, Poppins) in an email signature?
You can put them in the CSS, but Gmail and Outlook won't fetch them — the recipient's system has to have the font already installed. Since Google Fonts aren't pre-installed on Windows, macOS, iOS, or Android, they will fall back to Times New Roman for most recipients. Use Arial or Helvetica in the stack instead.
›What font does Gmail use by default?
Gmail's compose default is Sans Serif — which resolves to Arial on Windows and Helvetica Neue on macOS. Both are effectively the same shape. Any signature that specifies Arial or Helvetica matches Gmail's own body text.
›What about custom brand fonts?
Impossible in email as text. If your brand uses a custom typeface (say, Söhne or GT America), the only way to get it into a signature is as an image — turn your logo/wordmark into a PNG. Body text has to use a web-safe font.
›Best font for a corporate email signature?
Arial or Helvetica for tech / modern brands, Georgia for law / finance where a serif reads as trustworthy, Verdana at very small sizes for readability. Any of these three is unbeatable defaults.
›Best font for a creative or design-heavy signature?
Trebuchet MS has the most personality of the web-safe options. Combine with a wordmark image for your brand name and let the body text be Trebuchet — that's the closest you'll get to 'designed' without falling back to Times New Roman for most recipients.
Also useful