DM Mono
Ü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
NnOoPpQqRrSsTtUuVvWwXxYyZz
0123456789
!@#$%^&*()_+-=[]{}|;':",.<>?
Code-Editor-Vorschau
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.
Gewichts-Wasserfall (3)
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
| Webnutzung | Erlaubt |
| Druck | Erlaubt |
| Video / Rundfunk | Erlaubt |
| Verpackung | Erlaubt |
| App-Einbettung | Erlaubt |
| Marke / Logo | Erlaubt |
| Bearbeitung | Erlaubt |
OFL — Kostenlos für private und kommerzielle Nutzung
Sprachunterstützung
Am besten geeignet für
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.