What font does Zoom use?
Zoom’s current site pairs a serif headline with a sans serif body, a softer look than most video software. Both fonts are free, so this is a pairing you can copy exactly.
Short answer: Zoom’s website uses Inter for body and interface text and the serif Newsreader for headlines. Both are open source fonts.
Inter
Self-hosted86.3%- CSS name
Inter- Weights
- 400, 450, 500, 600, 700
- Sizes
- 18px · 16px · 15px · 14px · 12px · 10px
Newsreader
Self-hosted13.7%- CSS name
Newsreader- Weights
- 400, 500, 600
- Sizes
- 54px · 46px · 32px · 20px
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 | Newsreader | 54px | 500 | 1.12 | normal |
| Subheading | Newsreader | 32px | 500 | 1.2 | normal |
| Navigation | Inter | 14px | 500 | 1 | normal |
| Small text | Inter | 14px | 400 | 1.35 | normal |
The main font stack in the CSS:
font-family: Inter, Helvetica, "Noto Sans JP", "Noto Sans KR", "Noto Sans SC", "Noto Sans TC", "Noto Sans", Arial, sans-serif;- The stacks list Noto Sans for Japanese, Korean and Chinese, so translated pages keep a consistent look.
- Serif headlines are set at medium weight, 500, with no tracking changes.
- Our inspection did not capture the font file requests, so we cannot say which server the files come from.
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 zoom.com or anywhere else, and lists every font on the page. Free, no account.
About the fonts, and whether you can use them
Inter
The open source interface typeface by Rasmus Andersson.
Can you use it? Yes. Inter is free under the SIL Open Font License.
On Google Fonts: Inter.
Newsreader
An open source serif by Production Type, made for on-screen reading, with optical sizes.
Can you use it? Yes. Newsreader is free on Google Fonts.
On Google Fonts: 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 Inter, which is open source, with the sizes and spacing measured above. It is an approximation, not a copy of Zoom’s brand typeface.
/* Approximates the Zoom look with a free font */
body {
font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}
h1 {
font-size: 3.375rem; /* 54px */
font-weight: 500;
line-height: 1.12;
}How we checked
We opened zoom.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.
Zoom and its typefaces are trademarks of their respective owners. Font Inspector is not affiliated with Zoom.
Questions & answers
What font does Zoom use on its website?
Zoom’s website uses Inter for body and interface text and the serif Newsreader for headlines. Both are open source fonts.
Can I use the Zoom font?
Yes. Inter is free under the SIL Open Font License.
How can I check what font Zoom uses myself?
Open zoom.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.