What font does Twitch use?
Twitch adopted Roobert with its 2019 rebrand. In the product itself, though, the workhorse is Inter. We inspected the logged-out browse page, which is an app interface with little large text.
Short answer: Twitch uses Inter for nearly all interface text and Roobert, its brand typeface, for navigation and headings.
Inter
Self-hosted96.4%- CSS name
Inter- Weights
- 400, 600
- Sizes
- 14px · 12px
Roobert
Self-hosted3.6%- CSS name
Roobert- Weights
- 500, 600
- Sizes
- 18px · 14px
- Served from
- assets.twitch.tv
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 |
|---|---|---|---|---|---|
| Navigation | Roobert | 14px | 400 | 1.4 | normal |
| Button | Inter | 14px | 600 | 1.4 | normal |
The main font stack in the CSS:
font-family: Inter, "Noto Sans Arabic", Roobert, "Helvetica Neue", Helvetica, Arial, sans-serif;- The two stacks name each other as fallbacks: Roobert falls back to Inter, and Inter to Roobert.
- Arabic text gets its own fonts, Tajawal and Noto Sans Arabic, listed right after the primary family.
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 twitch.tv 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. It sets stream titles, labels and buttons.
Can you use it? Yes. Inter is free under the SIL Open Font License.
On Google Fonts: Inter.
Roobert
A geometric sans serif from the Displaay Type Foundry, and the typeface of the Twitch brand.
Can you use it? Roobert is a commercial typeface. Outfit and DM Sans are free geometric fonts in a similar vein.
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 Twitch’s brand typeface.
/* Approximates the Twitch look with a free font */
body {
font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}
How we checked
We opened twitch.tv 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.
Twitch and its typefaces are trademarks of their respective owners. Font Inspector is not affiliated with Twitch.
Questions & answers
What font does Twitch use on its website?
Twitch uses Inter for nearly all interface text and Roobert, its brand typeface, for navigation and headings.
Can I use the Twitch font?
Yes. Inter is free under the SIL Open Font License.
How can I check what font Twitch uses myself?
Open twitch.tv, 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.