An open-source sans-serif from the Google Fonts library. Designed by Tokotype.
Editorial pairings — Plus Jakarta Sans 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.
Editorial sans atop a calligraphic-rooted reading 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.
Versatile workhorse over a long-form 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.
Code voice for a Plus-Jakarta product.
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=Plus+Jakarta+Sans:wght@200..800&display=swap");
body {
font-family: 'Plus Jakarta Sans', ui-sans-serif, system-ui, sans-serif;
font-weight: 400;
}