WWowFreeFonts

Font pairing

EB Garamond + Google Sans Code

Heading in EB Garamond, body in Google Sans Code — a Serif/Monospace combination.

The art of typography, made pairable.

Google Sans Code · Subhead

Great typography starts with a great pair. EB Garamond carries authority in the headline while Google Sans Code keeps body copy comfortable to read. Together they give a design a coherent voice across sizes, weights and contexts — from hero sections to long-form articles.

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse potenti. Nunc tempus sapien in massa dictum, at vestibulum leo pretium. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.

CSS

<link href="https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;700&family=Google+Sans+Code:wght@400;700&display=swap" rel="stylesheet">

h1, h2, h3 { font-family: 'EB Garamond', sans-serif; }
body { font-family: 'Google Sans Code', sans-serif; }

Why it works

A Serif display face contrasts naturally with a Monospace body face — clear hierarchy, no muddled mood. Both are free from Google Fonts under OFL/Apache and safe for commercial use.