font-size
CSS property · 10 supported, 4 partial, 0 unsupported across 15 clients
font-size sets the rendered size of text in email and is supported universally, but client-specific minimum-font-size settings can override your declaration. iOS Mail, for example, may upscale anything below 13–14px to improve legibility, breaking carefully tuned typographic hierarchies.
Client Support
| Client | Category | Engine | Support |
|---|---|---|---|
| Gmail | webmail | Gmail Web | Supported |
| Gmail Android | mobile | Gmail Mobile | Supported |
| Gmail iOS | mobile | Gmail Mobile | Supported |
| Outlook 365 | webmail | Outlook Web | Supported |
| Outlook (New) | desktop | Outlook Web | Partial |
| Outlook Classic | desktop | Microsoft Word | Partial |
| Outlook iOS | mobile | Outlook Mobile | Supported |
| Outlook Android | mobile | Outlook Mobile | Supported |
| Apple Mail | desktop | WebKit | Supported |
| Apple Mail iOS | mobile | WebKit | Supported |
| Yahoo Mail | webmail | Yahoo | Partial |
| Samsung Mail | mobile | Samsung | Partial |
| Thunderbird | desktop | Gecko | Supported |
| HEY Mail | webmail | WebKit | Unknown |
| Superhuman | desktop | Blink | Supported |
Client-by-client behaviour for font-size
Fully supports font-size (10): Gmail, Gmail Android, Gmail iOS, Outlook 365, Outlook iOS, Outlook Android, Apple Mail, Apple Mail iOS, Thunderbird, Superhuman.
Partial support (4): Outlook (New), Outlook Classic, Yahoo Mail, Samsung Mail. Expect rendering quirks unique to each engine — partial support typically means a subset of values, an ignored shorthand, or sanitizer-specific rewrites.
Behaviour unverified in: HEY Mail.
When to use font-size in email
- Scaling headlines down on mobile via media queries when targeting clients that honor them.
- Setting consistent body copy size across nested tables to prevent inheritance drift.
- Establishing visual hierarchy between hero, secondary, and footer copy.
Rendering behaviour and edge cases
- Apple Mail on iOS auto-enlarges text below ~13px for accessibility, regardless of your declared size.
- Gmail Android sometimes scales text proportionally when the user has accessibility text-size settings enabled.
- Older Outlook builds inherit Word's font-size logic, which can compound nested em-based sizes unexpectedly.
Recommended fallback strategy
Use absolute units (px) over em or rem in email for predictable rendering. Set font-size on every text-bearing element rather than relying on inheritance, since some clients reset font-size at table boundaries.
Fixes & Workarounds
Outlook (New)
Partial"font-size" is not supported in this email client.
Outlook Classic
Partial"font-size" is not supported in this email client.
Yahoo Mail
Partial"font-size" is not supported in this email client.
Samsung Mail
Partial"font-size" is not supported in this email client.
Related Features
Test your email across all 15 clients
Preview rendering, catch CSS issues, and get actionable fixes — free.
Try Emailens FreeSupport data last updated Apr 27, 2026 · synced from caniemail.com via @emailens/engine.