Share Tech Mono
Monospace
by Carrois Apostrophe
#378 on Google Fonts
Weight
About 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.
Character Map
AaBbCcDdEeFfGgHhIiJjKkLlMm
NnOoPpQqRrSsTtUuVvWwXxYyZz
0123456789
!@#$%^&*()_+-=[]{}|;':",.<>?
NnOoPpQqRrSsTtUuVvWwXxYyZz
0123456789
!@#$%^&*()_+-=[]{}|;':",.<>?
Code Editor Preview
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(', ')}`);
Character Disambiguation
Can you tell these apart? A good monospace font makes similar characters easy to distinguish.
Zero vs O
0 O o
One vs l vs I
1 l I | !
Quotes
' ' " " ` ´
Braces
( ) [ ] { } < >
Punctuation
. , : ; .. ...
Weight Waterfall (1)
400
Regular
How to Use
<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
Details
- Category
- Monospace
- Weights
- 1
- Italic
- ✗
- कोरियन
- ✗
- Designer
- Carrois Apostrophe
- License
- OFL
- Version
- Popularity
- #378
License Usage
| Web use | Allowed |
| Allowed | |
| Video / Broadcast | Allowed |
| Packaging | Allowed |
| App embedding | Allowed |
| Brand / Logo | Allowed |
| Modification | Allowed |
OFL — Free for personal & commercial use
Language Support
latin