Font Pairing
Explore web font combinations and preview how headings, body copy, labels, and interface text work together in a real layout.
Archetype is a browser-based typography design tool created to help designers explore typefaces, set consistent font scales, refine spacing, and prepare cleaner typography systems for digital products.
Archetype focuses on the foundations of digital type: readable hierarchy, consistent vertical spacing, reusable styles, and practical CSS output.
Explore web font combinations and preview how headings, body copy, labels, and interface text work together in a real layout.
Build font-size relationships using a consistent scale so your typography feels more structured and less random across pages.
Create better vertical rhythm by aligning line-height and spacing decisions with a practical baseline grid.
Test typography directly in a browser-like environment, making it easier to judge readability and hierarchy before development.
Convert typography decisions into cleaner CSS styles that developers can implement faster in real web projects.
Useful for building reusable typography tokens for landing pages, blogs, dashboards, UI kits, and product interfaces.
From choosing typefaces to exporting clean values, Archetype helps turn typography exploration into a repeatable design process.
:root {
--font-heading: "Montserrat", sans-serif;
--font-body: "Lato", sans-serif;
--text-xs: 0.75rem;
--text-sm: 0.875rem;
--text-base: 1rem;
--text-lg: 1.25rem;
--text-xl: 1.563rem;
--text-2xl: 1.953rem;
--text-3xl: 2.441rem;
--text-4xl: 3.052rem;
--line-tight: 1.1;
--line-normal: 1.6;
--space-baseline: 8px;
}
body {
font-family: var(--font-body);
font-size: var(--text-base);
line-height: var(--line-normal);
}
h1, h2, h3 {
font-family: var(--font-heading);
line-height: var(--line-tight);
}
A good type system helps every part of a website feel more professional: headings become stronger, body text becomes easier to read, and spacing becomes more predictable.
Typography is not only about choosing a beautiful font. It is about creating a clear structure that supports reading, scanning, and visual consistency.
Informasi singkat mengenai fungsi dan manfaat Archetype sebagai alat bantu desain tipografi digital.
Archetype adalah tool desain tipografi digital yang membantu desainer membuat sistem font, ukuran teks, line-height, dan spacing yang lebih konsisten.
Tool ini cocok untuk UI/UX designer, web designer, front-end developer, brand designer, dan siapa pun yang ingin membuat tipografi website lebih rapi.
Modular scale membantu menentukan ukuran font secara bertingkat dan konsisten, sehingga hierarchy antara heading, body, dan label terasa lebih seimbang.
Archetype dikenal menggunakan web fonts sehingga desainer dapat mengeksplorasi kombinasi font yang mudah diterapkan di website modern.
Tidak. HTML ini adalah halaman informasi/landing page lengkap tentang Archetype, bukan salinan penuh aplikasi asli beserta sistem internalnya.
Ya. Kode ini sudah berisi struktur HTML, CSS, meta SEO, schema markup, responsive layout, dan sedikit JavaScript untuk preview font.
Dengan pendekatan seperti Archetype, desainer dapat menentukan pondasi tipografi lebih awal agar website, landing page, dashboard, dan artikel memiliki tampilan yang konsisten sejak awal.