What font does IKEA use?
IKEA sells in dozens of languages, so it built its brand typeface on Noto, the family designed to cover every script. It replaced Verdana, and before that the company’s famous customized Futura.
Short answer: IKEA’s website uses Noto IKEA, a customized version of Google’s Noto Sans, for all of its text.
Noto IKEA
Self-hosted100%- CSS name
Noto IKEA- Weights
- 400, 700
- Sizes
- 40px · 28px · 24px · 18px · 16px · 14px · 12px
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 | Noto IKEA | 40px | 700 | 1.25 | -0.035em |
| Subheading | Noto IKEA | 28px | 700 | 1.36 | -0.027em |
| Body text | Noto IKEA | 14px | 400 | 1.5 | normal |
The main font stack in the CSS:
font-family: "Noto IKEA", "Noto Sans JP", "Noto Sans KR", "Noto Sans SC", "Noto Sans TC", "Noto Sans", Roboto, "Open Sans", system-ui, sans-serif;- Bold headlines are tightened, from -0.035em at 40px to -0.027em at 28px. The larger the type, the tighter the tracking.
- The stack lists Noto Sans for Japanese, Korean and Chinese before any Latin fallback.
- Body text is a compact 14px, typical for a store with dense product information.
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 ikea.com or anywhere else, and lists every font on the page. Free, no account.
About the fonts, and whether you can use them
Noto IKEA
A version of Noto Sans adjusted for IKEA. Only two weights are in use: regular and bold.
Can you use it? Noto IKEA is IKEA’s own cut, but Noto Sans itself is open source and free on Google Fonts.
On Google Fonts: Noto Sans.
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 Noto Sans, which is open source, with the sizes and spacing measured above. It is an approximation, not a copy of IKEA’s brand typeface.
/* Approximates the IKEA look with a free font */
body {
font-family: "Noto Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}
h1 {
font-size: 2.5rem; /* 40px */
font-weight: 700;
line-height: 1.25;
letter-spacing: -0.035em;
}
p {
font-size: 0.875rem; /* 14px */
font-weight: 400;
line-height: 1.5;
}How we checked
We opened ikea.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.
IKEA and its typefaces are trademarks of their respective owners. Font Inspector is not affiliated with IKEA.
Questions & answers
What font does IKEA use on its website?
IKEA’s website uses Noto IKEA, a customized version of Google’s Noto Sans, for all of its text.
Can I use the IKEA font?
Noto IKEA is IKEA’s own cut, but Noto Sans itself is open source and free on Google Fonts.
What is a free font similar to Noto IKEA?
Noto Sans is free on Google Fonts and gives a similar feel. No free font is an exact match, so compare it with your own text first.
How can I check what font IKEA uses myself?
Open ikea.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.