Skip to main content
CSS Properties

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

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 MailmobileSamsungSupported
ThunderbirddesktopGeckoSupported
HEY MailwebmailWebKitSupported
SuperhumandesktopBlinkSupported

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 Free

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