Skip to main content
CSS Properties

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

ClientCategoryEngineSupport
GmailwebmailGmail WebSupported
Gmail AndroidmobileGmail MobileSupported
Gmail iOSmobileGmail MobileSupported
Outlook 365webmailOutlook WebSupported
Outlook (New)desktopOutlook WebPartial
Outlook ClassicdesktopMicrosoft WordPartial
Outlook iOSmobileOutlook MobileSupported
Outlook AndroidmobileOutlook MobileSupported
Apple MaildesktopWebKitSupported
Apple Mail iOSmobileWebKitSupported
Yahoo MailwebmailYahooPartial
Samsung MailmobileSamsungPartial
ThunderbirddesktopGeckoSupported
HEY MailwebmailWebKitUnknown
SuperhumandesktopBlinkSupported

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 Free

Support data last updated Apr 27, 2026 · synced from caniemail.com via @emailens/engine.