The Case for Monospace in Production
Why we chose Space Mono as our primary typeface, and what it says about how we think about design.
Typography is the first thing people notice about a design, even if they can't articulate why. When we chose Space Mono as the primary typeface for Dilmune's products, some people raised eyebrows. Monospace fonts are for code editors, not customer-facing applications. Right?
Form Follows Function
Dilmune builds infrastructure. Our users are engineers, security professionals, and technical leaders. They read code all day. A monospace typeface isn't foreign to them — it's home.
But beyond audience fit, monospace has practical advantages for data-heavy interfaces:
- Numbers align perfectly in tables and dashboards
- Characters have consistent width, making scanning easier
- Code snippets blend seamlessly with surrounding text
- It signals "this is a technical product" without saying it
The Pairing
We pair Space Mono with Fira Sans Condensed for headings. The contrast between the two creates a clear visual hierarchy:
1/* Our typographic system */
2:root {
3 --font-sans: "Space Mono", ui-monospace, monospace;
4 --font-heading: "Fira Sans Condensed", system-ui, sans-serif;
5}
6
7/* Headings: condensed, bold, tight tracking */
8h1, h2, h3 {
9 font-family: var(--font-heading);
10 letter-spacing: -0.02em;
11}
12
13/* Body: monospace, generous line height */
14body {
15 font-family: var(--font-sans);
16 line-height: 1.7;
17 font-size: 15px;
18}Condensed sans-serif for navigation and structure, monospace for reading and interaction. It's a combination that says "we're technical, but we care about the details."
The Trade-offs
Monospace isn't perfect for long-form reading. Characters take up more horizontal space, which means fewer words per line at any given width. We compensate with generous line-height (1.7) and carefully chosen font sizes.
Every typeface is a trade-off. The question isn't whether the trade-off exists — it's whether you've made it intentionally.
For Dilmune, the trade-off is worth it. Our typography is part of our identity. It tells you what kind of company we are before you read a single word.