DM Mono

Monospace von Colophon Foundry #148 auf Google Fonts
Stärke

Über uns DM Mono

DM Mono ist das Monospace-Mitglied der DM-Schriftfamilie, entworfen von Colophon Foundry mit derselben geometrischen Klarheit und redaktionellen Zurückhaltung, die DM Sans und DM Serif charakterisiert. Ihre drei Schnitte — Light, Regular und Medium — sind präzise abgestimmt, um den Rest des DM-Systems zu ergänzen, was sie zu einer idealen Paarung für gemischte typografische Kontexte macht, etwa technische Dokumentation, Codeblöcke innerhalb redaktioneller Layouts und entwicklerorientierte Produktoberflächen.

Zeichentabelle

AaBbCcDdEeFfGgHhIiJjKkLlMm
NnOoPpQqRrSsTtUuVvWwXxYyZz
0123456789
!@#$%^&*()_+-=[]{}|;':",.<>?

Code-Editor-Vorschau

example.js
const fibonacci = (n) => {
  if (n <= 1) return n;
  return fibonacci(n - 1) + fibonacci(n - 2);
};

// Generate first 10 numbers
const results = Array.from(
  { length: 10 },
  (_, i) => fibonacci(i)
);

console.log(`Result: ${results.join(', ')}`);

Zeichenunterscheidung

Können Sie diese unterscheiden? Ein gutes monospace font macht ähnliche Zeichen leicht erkennbar.

Null vs O 0 O o
Eins vs l vs I 1 l I | !
Anführungszeichen ' ' " " ` ´
Klammern ( ) [ ] { } < >
Interpunktion . , : ; .. ...

Gewichts-Wasserfall (3)

300 Light
400 Regular
500 Medium

Verwendung

<link href="https://fonts.googleapis.com/css2?family=DM+Mono:wght@300;500;400&display=swap" rel="stylesheet">
@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@300;500;400&display=swap');
font-family: 'DM Mono', monospace;
brew install --cask font-dm-mono
On this page

Details

Kategorie
Monospace
Stärken
3
Kursiv
Koreanisch
Designer
Colophon Foundry
Lizenz
OFL
Version
Beliebtheit
#148
Downloads
715

Lizenznutzung

WebnutzungErlaubt
DruckErlaubt
Video / RundfunkErlaubt
VerpackungErlaubt
App-EinbettungErlaubt
Marke / LogoErlaubt
BearbeitungErlaubt

OFL — Kostenlos für private und kommerzielle Nutzung

Sprachunterstützung

latin latin-ext

Am besten geeignet für

code_editors technical_docs web_apps branding ui_elements

Typografie-Konzepte

  • Font Family

    A group of related fonts that share the same basic design but vary in weight, width, or style. In CSS, the font-family property specifies preferred fonts.

Artikel über DM Mono

Frequently Asked Questions

Is the DM Mono font free for commercial use?

Yes — DM Mono is an open-source font, free to use in personal and commercial projects.

What type of typeface is DM Mono?

DM Mono is a Monospace typeface.

What does DM Mono support?

DM Mono primarily supports text.