What font does Wix use?
Wix commissioned Madefor as a brand typeface and then released it for everyone, so this is one of the few brand fonts you can use yourself.
Short answer: Wix uses its own type family, Wix Madefor, in a Display cut for headlines and a Text cut for body copy. Both are variable fonts, and both are open source.
Wix Madefor Text
Self-hosted73.5%- CSS name
wix-madefor-text-v2- Weights
- 400, 500
- Sizes
- 16px · 14px · 13.5px · 12px
- Served from
- static.parastorage.com
Wix Madefor Display
Self-hosted25.6%- CSS name
wix-madefor-display-v2- Weights
- 400, 500
- Sizes
- 81.6px · 53.4px · 47.5px · 20.8px · 14.8px
- Served from
- static.parastorage.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 | Wix Madefor Display | 81.6px | 400 | 1.2 | -0.02em |
| Subheading | Wix Madefor Display | 53.4px | 400 | 1.1 | -0.02em |
| Body text | Wix Madefor Text | 16px | 400 | 1.5 | normal |
The main font stack in the CSS:
font-family: wix-madefor-display-v2, sans-serif;- Fractional sizes such as 81.6px and 53.4px show fluid type that scales with the window.
- Headlines stay at regular weight, 400. Nothing on the page is heavier than 500.
- The shares above merge two generations of the family names that appear in the CSS.
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 wix.com or anywhere else, and lists every font on the page. Free, no account.
About the fonts, and whether you can use them
Wix Madefor Text
The text cut of Wix’s own sans serif, tuned for small sizes in interfaces and paragraphs.
Can you use it? Yes. Wix Madefor Text is on Google Fonts under the SIL Open Font License.
On Google Fonts: Wix Madefor Text.
Wix Madefor Display
The display cut, with tighter spacing for headlines.
Can you use it? Yes. Wix Madefor Display is also on Google Fonts.
On Google Fonts: Wix Madefor Display.
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 Wix Madefor Display, which is open source, with the sizes and spacing measured above. It is an approximation, not a copy of Wix’s brand typeface.
/* Approximates the Wix look with a free font */
body {
font-family: "Wix Madefor Display", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}
h1 {
font-size: 5.1rem; /* 81.6px */
font-weight: 400;
line-height: 1.2;
letter-spacing: -0.02em;
}
p {
font-size: 1rem; /* 16px */
font-weight: 400;
line-height: 1.5;
}How we checked
We opened wix.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.
Wix and its typefaces are trademarks of their respective owners. Font Inspector is not affiliated with Wix.
Questions & answers
What font does Wix use on its website?
Wix uses its own type family, Wix Madefor, in a Display cut for headlines and a Text cut for body copy. Both are variable fonts, and both are open source.
Can I use the Wix font?
Yes. Wix Madefor Text is on Google Fonts under the SIL Open Font License.
How can I check what font Wix uses myself?
Open wix.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.