Plus Jakarta Sans
+ Bitter
Plus Jakarta Sans is the new darling of UI design — geometric, clean, modern. Bitter adds just enough serif character to body text without feeling dated.
Live Preview
The quick brown fox jumps over the lazy dog
The quick brown fox jumps over the lazy dog
The quick brown fox jumps over the lazy dog
Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. Good typography enhances the user experience and makes content more accessible.
Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. Good typography enhances the user experience and makes content more accessible.
Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. Good typography enhances the user experience and makes content more accessible.
CSS Code
/* Import */
@import url('https://fonts.googleapis.com/css2?family=Bitter:wght@400;500&family=Plus+Jakarta+Sans:wght@700;800&display=swap');
/* Heading */
.heading {
font-family: 'Plus Jakarta Sans', serif;
font-weight: 800;
}
/* Body */
.body {
font-family: 'Bitter', sans-serif;
font-weight: 400;
}HTML Import
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Bitter:wght@400;500&family=Plus+Jakarta+Sans:wght@700;800&display=swap" />Best for
Web Apps, Dashboards, SaaS Products