font-weight
CSS property · 12 supported, 3 partial, 0 unsupported across 15 clients
font-weight selects the boldness of rendered text. While numeric weights (100–900) and keywords (normal, bold) are universally accepted, clients fall back to the closest weight available in the actual rendered font, so a 300 weight may display the same as 400 if the font family lacks a light cut.
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 | Supported |
| Thunderbird | desktop | Gecko | Supported |
| HEY Mail | webmail | WebKit | Supported |
| Superhuman | desktop | Blink | Supported |
Client-by-client behaviour for font-weight
Fully supports font-weight (12): Gmail, Gmail Android, Gmail iOS, Outlook 365, Outlook iOS, Outlook Android, Apple Mail, Apple Mail iOS, Samsung Mail, Thunderbird, HEY Mail, Superhuman.
Partial support (3): Outlook (New), Outlook Classic, Yahoo Mail. Expect rendering quirks unique to each engine — partial support typically means a subset of values, an ignored shorthand, or sanitizer-specific rewrites.
When to use font-weight in email
- Distinguishing headings from body copy without changing font family.
- Emphasizing inline content (offer codes, names, dates) inside paragraph text.
- Pairing display weights with system fallback fonts in cross-platform templates.
Rendering behaviour and edge cases
- If you load a custom font with @font-face, weights other than what you've actually loaded will not render — they fall back to system fonts at the closest weight.
- Outlook on Windows can substitute Calibri Light for any 300-weight declaration, sometimes producing visibly different geometry.
- Some clients render bold differently when the parent <strong> already provides bolding, leading to faux-bold doubling.
Recommended fallback strategy
Stick to a small set of widely supported numeric weights (400, 600, 700) and ensure the corresponding cuts are loaded with @font-face when using a custom font. Avoid mixing <strong> with explicit font-weight: bold on the same element to prevent double-bolding.
Fixes & Workarounds
Outlook (New)
Partial"font-weight" is not supported in this email client.
Outlook Classic
Partial"font-weight" is not supported in this email client.
Yahoo Mail
Partial"font-weight" 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.