Designed for screens. The default sans for product UI. Designed by Rasmus Andersson.
Editorial pairings — Inter 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.
A serif partner that brings warmth to Inter's clinical edge.
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.
Adobe's reading serif paired with Inter's UI clarity.
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.
The default code companion for Inter-led product UIs.
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=Inter:wght@100..900&display=swap");
body {
font-family: 'Inter', ui-sans-serif, system-ui, sans-serif;
font-weight: 400;
}