An open-source monospace from the Google Fonts library. Designed by Vercel.
Editorial pairings — Geist Mono 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.
Family pairing — both cut from the same hand.
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.
Mono code beneath a literary serif.
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.
Universal product pairing.
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+Mono:wght@100..900&display=swap");
body {
font-family: 'Geist Mono', ui-monospace, monospace;
font-weight: 400;
}