What font does Mailchimp use?
Mailchimp’s 2018 rebrand paired a quirky, warm serif with a plain grotesque, and the combination still defines the site.
Short answer: Mailchimp uses Means, a serif, for its headlines and Graphik for body and interface text. Both are self-hosted on mailchimp.com.
Graphik
Self-hosted94.4%- CSS name
Graphik Web- Weights
- 400, 500, 600, 700
- Sizes
- 20px · 16px · 15px · 14px · 13px · 11px
- Served from
- mailchimp.com
Means
Self-hosted5.6%- CSS name
Means Web- Weights
- 400
- Sizes
- 64px · 48px · 40px · 32px
- Served from
- mailchimp.com
Sizes, weights and spacing by role
These are computed values from the live page, which is what the Font Inspector panel shows when you click each element.
| Role | Font | Size | Weight | Line height | Letter spacing |
|---|---|---|---|---|---|
| Headline | Means | 64px | 400 | 1.2 | -0.019em |
| Navigation | Graphik | 13px | 500 | 1.1 | normal |
| Small text | Graphik | 11px | 400 | 1.45 | normal |
The main font stack in the CSS:
font-family: "Graphik Web", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;- A textbook serif and sans pairing: the serif covers under 6% of the text but sets the whole tone.
- The serif stack falls back to Georgia, and the sans stack to Helvetica Neue.
Check any site yourself in one click.
Sites change their type without notice. Font Inspector shows the rendered font, size, weight and spacing of any text on mailchimp.com or anywhere else, and lists every font on the page. Free, no account.
About the fonts, and whether you can use them
Graphik
Graphik is a plain, versatile grotesque by Christian Schwartz, published by Commercial Type.
Can you use it? Graphik is a commercial typeface. Inter and Schibsted Grotesk are free alternatives.
Means
Mailchimp’s characterful brand serif. It sets only the large headlines.
Can you use it? Means is tied to Mailchimp’s brand. Fraunces and Newsreader are free serifs with some of the same warmth.
On Google Fonts: Fraunces, Newsreader.
Finding a font does not license it. More in how to get a font you found, legally.
Get a similar look with a free font
This starter uses Fraunces, which is open source, with the sizes and spacing measured above. It is an approximation, not a copy of Mailchimp’s brand typeface.
/* Approximates the Mailchimp look with a free font */
body {
font-family: "Fraunces", Georgia, "Times New Roman", serif;
}
h1 {
font-size: 4rem; /* 64px */
font-weight: 400;
line-height: 1.2;
letter-spacing: -0.019em;
}How we checked
We opened mailchimp.com in Chrome on September 21, 2026 and read the computed styles of its visible text: the declared font stack, the font actually rendered, and how much of the page’s text each family sets. That is the same data the Font Inspector extension shows under Fonts on this page. We re-check these pages periodically, and the date above shows the last inspection.
Mailchimp and its typefaces are trademarks of their respective owners. Font Inspector is not affiliated with Mailchimp.
Questions & answers
What font does Mailchimp use on its website?
Mailchimp uses Means, a serif, for its headlines and Graphik for body and interface text. Both are self-hosted on mailchimp.com.
Can I use the Mailchimp font?
Graphik is a commercial typeface. Inter and Schibsted Grotesk are free alternatives.
What is a free font similar to Graphik?
Inter and Schibsted Grotesk are free on Google Fonts and give a similar feel. No free font is an exact match, so compare it with your own text first.
How can I check what font Mailchimp uses myself?
Open mailchimp.com, then click any text with the Font Inspector extension, or right-click, choose Inspect and look at Rendered Fonts in the Computed tab. Sites change their typography, so checking the live page is the only way to be sure.