Wix Madefor Text + Literata
Grumpy wizards make toxic brew
A standfirst set in Literata, one size up — where a pairing starts earning trust.
The five boxing wizards jump quickly over the lazy dog, mixing jugs of quiet vodka while the jury watches. Click anywhere in this preview and type your own text to try the pairing.
“Type is a beautiful group of letters, not a group of beautiful letters.”
— Matthew Carter
Fig. 1 — Wix Madefor Text over Literata, in the wild.
Wix Madefor Text 700 / Literata 400 — click any section and type your own copy.
Why it works
Wix Madefor Text's rounded, humanist headline reads open and approachable, and Literata's bookish serif gives the body a grounded, comfortable warmth. Both faces are soft and low in contrast, so the pairing feels gentle throughout, with the friendly sans introducing sections and the sturdy serif making the reading itself feel settled and unhurried.
More about each face: Wix Madefor Text · Literata
Use this pairing
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Wix+Madefor+Text:wght@700&family=Literata:wght@400;600&display=swap" rel="stylesheet">h1, h2, h3 {
font-family: 'Wix Madefor Text', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 700;
}
body {
font-family: 'Literata', Georgia, 'Times New Roman', serif;
font-weight: 400;
}import { Wix_Madefor_Text, Literata } from "next/font/google";
const heading = Wix_Madefor_Text({
subsets: ["latin"],
weight: "700",
variable: "--font-heading",
});
const body = Literata({
subsets: ["latin"],
weight: "400",
variable: "--font-body",
});