Share Tech Mono
Monospace
von Carrois Apostrophe
#240 auf Google Fonts
Stärke
Über uns Share Tech Mono
Share Tech Mono by Carrois Apostrophe is a monospaced typeface designed as the fixed-width counterpart to the Share Tech family, sharing its clean, slightly condensed geometric personality. Single-weight only, it conveys a terminal-screen aesthetic that works well for code snippets, cyberpunk interfaces, and data-driven design contexts. Restrained and functional, it reads clearly even at small sizes.
Zeichentabelle
AaBbCcDdEeFfGgHhIiJjKkLlMm
NnOoPpQqRrSsTtUuVvWwXxYyZz
0123456789
!@#$%^&*()_+-=[]{}|;':",.<>?
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 (1)
400
Regular
Verwendung
<link href="https://fonts.googleapis.com/css2?family=Share+Tech+Mono:wght@400&display=swap" rel="stylesheet">
@import url('https://fonts.googleapis.com/css2?family=Share+Tech+Mono:wght@400&display=swap');
font-family: 'Share Tech Mono', monospace;
brew install --cask font-share-tech-mono
On this page
Details
- Kategorie
- Monospace
- Stärken
- 1
- Kursiv
- ✗
- Koreanisch
- ✗
- Designer
- Carrois Apostrophe
- Lizenz
- OFL
- Version
- Beliebtheit
- #240
- Downloads
- 699
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
latin
Am besten geeignet für
code_editors
technical_docs
web_apps
branding
ui_elements
Frequently Asked Questions
Is the Share Tech Mono font free for commercial use?
Yes — Share Tech Mono is an open-source font, free to use in personal and commercial projects.
What type of typeface is Share Tech Mono?
Share Tech Mono is a Monospace typeface.
What does Share Tech Mono support?
Share Tech Mono primarily supports text.