What font does Loom use?
Loom joined Atlassian in 2023 and has adopted its typography. The site scales its type fluidly, so the sizes are fractions of a pixel.
Short answer: Loom’s website uses Charlie, the typeface of its parent company Atlassian: bold Charlie Display for headlines and Charlie Text for the rest.
Charlie Text
Self-hosted70.5%- CSS name
Charlie Text- Weights
- 400, 500, 700
- Sizes
- 26.7px · 18.6px · 18.4px · 16px · 15.6px · 12.6px
- Served from
- cdn.loom.com
Charlie Display
Self-hosted29.5%- CSS name
Charlie Display- Weights
- 700
- Sizes
- 63.3px · 44.2px · 32.5px · 25.3px
- Served from
- cdn.loom.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 | Charlie Display | 63.3px | 700 | 1.03 | normal |
| Subheading | Charlie Display | 32.5px | 700 | 1.27 | normal |
| Body text | Charlie Text | 26.7px | 400 | 1.52 | normal |
The main font stack in the CSS:
font-family: "Charlie Text", sans-serif;- Every size is fractional, because the type is tied to the window width.
- Headlines enable the stylistic sets
ss01,ss02andss08, which swap in alternate letter shapes.
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 loom.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 only in bold here.
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 Loom’s brand typeface.
/* Approximates the Loom look with a free font */
body {
font-family: "Figtree", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}
h1 {
font-size: 3.95625rem; /* 63.3px */
font-weight: 700;
line-height: 1.03;
}
p {
font-size: 1.66875rem; /* 26.7px */
font-weight: 400;
line-height: 1.52;
}How we checked
We opened loom.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.
Loom and its typefaces are trademarks of their respective owners. Font Inspector is not affiliated with Loom.
Questions & answers
What font does Loom use on its website?
Loom’s website uses Charlie, the typeface of its parent company Atlassian: bold Charlie Display for headlines and Charlie Text for the rest.
Can I use the Loom 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 Loom uses myself?
Open loom.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.