An open-source sans-serif from the Google Fonts library. Designed by Florian Karsten.
Editorial pairings — Space Grotesk 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.
Mono-derived display with a bookish serif foil.
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.
Distinctive grotesque, calmer reading body.
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.
Same DNA — both descend from monospaced grids.
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=Space+Grotesk:wght@300..700&display=swap");
body {
font-family: 'Space Grotesk', ui-sans-serif, system-ui, sans-serif;
font-weight: 400;
}