Vercel's house typeface. Cool, mechanical, modern. Designed by Vercel.
Editorial pairings — Geist as the lead voice, supported below.
Type is the voice of the page. A typeface paired well becomes a system — display and body holding hands across paragraphs, captions, code blocks. Specimen them next to each other before you commit.
Vercel's machined sans softened by Fraunces' optical curves.
View →Type is the voice of the page. A typeface paired well becomes a system — display and body holding hands across paragraphs, captions, code blocks. Specimen them next to each other before you commit.
Calligraphic body type beneath a clean, modern sans.
View →Type is the voice of the page. A typeface paired well becomes a system — display and body holding hands across paragraphs, captions, code blocks. Specimen them next to each other before you commit.
A matched mono cut from the same drawing.
View →Three lines of CSS. No build step, no font-loading library, no FOIT. Cached on Google Fonts CDN.
@import url("https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap");
body {
font-family: 'Geist', ui-sans-serif, system-ui, sans-serif;
font-weight: 400;
}