The default code monotype. Ligatures for code, large x-height. Designed by JetBrains.
Editorial pairings — JetBrains 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.
Code monotype under product-grade sans headings.
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.
Ligatured mono with an editorial serif voice.
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 body, modern sans display.
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=JetBrains+Mono:wght@100..800&display=swap");
body {
font-family: 'JetBrains Mono', ui-monospace, monospace;
font-weight: 400;
}