Classic Outlook has long been notorious for its outdated rendering engine, which often caused formatting inconsistencies in email signatures. However, even with New Outlook taking over, the ability to use any font in email signatures still depends on several factors, including support across different email clients.
New Outlook: A More Modern Rendering Engine
New Outlook is based on WebView2, which utilizes Microsoft's Edge Chromium engine for rendering emails. This means it has much better HTML and CSS support than Classic Outlook, theoretically allowing for improved web font compatibility. However, the real challenge isn’t just Outlook’s capabilities, it’s the inconsistencies across email clients.
Can You Use Any Font in New Outlook?
- New Outlook may support web fonts, especially if it allows linked font files via CSS (
@font-face
or<link>
to Google Fonts or Adobe Fonts`). - However, most email clients do not fully support web fonts, meaning that while it may work in Outlook, recipients using Gmail, Yahoo Mail, or even Outlook for Windows (non-web version) may not see the font correctly.
How Email Clients Handle Web Fonts
Web fonts work in only a handful of email clients, including:
✅ Apple Mail (Mac/iOS)
✅ Outlook for Mac
✅ Some versions of New Outlook
✅ Certain Android email apps
However, many major email clients still do not support web fonts, including:
❌ Gmail (removes external font links)
❌ Outlook for Windows (except New Outlook)
❌ Yahoo Mail
❌ Most mobile email apps
What Happens If a Font Isn’t Supported?
If an email client doesn’t support a web font, it will fall back to a system-safe font like Arial, Times New Roman, or Verdana. This can cause formatting issues in email signatures if a web font was expected to display.
Best Practices for Email Signatures in New Outlook
Since web fonts may still have limited compatibility, here’s what you can do:
- Use email-safe fonts (Arial, Verdana, Tahoma, Georgia) for universal compatibility.
- If using a custom font, always specify a fallback font:
font-family: 'Custom Font', Arial, sans-serif;
- Convert branding elements like taglines into images instead of relying on fonts.