An open-source sans-serif from the Google Fonts library. Designed by Smile Type Studio.
Editorial pairings — Outfit 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.
Geometric headlines anchored by classical 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.
A warmer, calmer body counterweight.
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.
Geometric meets monospaced.
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=Outfit:wght@100..900&display=swap");
body {
font-family: 'Outfit', ui-sans-serif, system-ui, sans-serif;
font-weight: 400;
}