Inter & Inter
A clean, monochromatic pairing using different weights of Inter for perfect harmony and a highly technical feel.
modern
neutral
tech
minimalist
saas
ui
startup
app
Quick Integration
/* Google Fonts Import */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&family=Inter:wght@400;500&display=swap');
/* CSS Variables */
:root {
--font-heading: 'Inter', serif;
--font-body: 'Inter', sans-serif;
}
/* Base Styles */
h1, h2, h3, h4 {
font-family: var(--font-heading);
}
body {
font-family: var(--font-body);
}