What font does Trello use?
Trello has been part of Atlassian since 2017, and its marketing site now shares Atlassian’s typography.
Short answer: Trello’s website uses Charlie, the brand typeface of its parent company Atlassian: Charlie Display for headlines and Charlie Text for body copy.
Charlie Text
Self-hosted87.9%- CSS name
Charlie Text- Weights
- 400, 700
- Sizes
- 24px · 20px · 19.2px · 16px · 12px
- Served from
- assets.ctfassets.net
Charlie Display
Self-hosted12.1%- CSS name
Charlie Display- Weights
- 500, 700
- Sizes
- 48px · 36px · 24px · 20px · 16px
- Served from
- assets.ctfassets.net
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 | Charlie Display | 48px | 500 | 1.25 | normal |
| Subheading | Charlie Display | 36px | 500 | 1.33 | normal |
| Body text | Charlie Text | 20px | 400 | 1.5 | normal |
| Navigation | Charlie Text | 16px | 400 | 1.5 | normal |
The main font stack in the CSS:
font-family: "Charlie Text", sans-serif;- Body text is a generous 20px with a line height of 1.5.
- The font files come from Contentful’s asset CDN, which suggests the marketing site is managed in Contentful.
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 trello.com or anywhere else, and lists every font on the page. Free, no account.
About the fonts, and whether you can use them
Charlie Text
The text cut of Atlassian’s custom sans serif.
Can you use it? Charlie is proprietary to Atlassian. Figtree and DM Sans are free sans serifs with a similar friendly tone.
Charlie Display
The display cut, used for headlines.
Can you use it? Also proprietary.
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 Figtree, which is open source, with the sizes and spacing measured above. It is an approximation, not a copy of Trello’s brand typeface.
/* Approximates the Trello look with a free font */
body {
font-family: "Figtree", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}
h1 {
font-size: 3rem; /* 48px */
font-weight: 500;
line-height: 1.25;
}
p {
font-size: 1.25rem; /* 20px */
font-weight: 400;
line-height: 1.5;
}How we checked
We opened trello.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.
Trello and its typefaces are trademarks of their respective owners. Font Inspector is not affiliated with Trello.
Questions & answers
What font does Trello use on its website?
Trello’s website uses Charlie, the brand typeface of its parent company Atlassian: Charlie Display for headlines and Charlie Text for body copy.
Can I use the Trello font?
Charlie is proprietary to Atlassian. Figtree and DM Sans are free sans serifs with a similar friendly tone.
What is a free font similar to Charlie Text?
Figtree and DM Sans 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 Trello uses myself?
Open trello.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.