Sixtyfour Convergence
About Sixtyfour Convergence
Sixtyfour Convergence by Simon Cozens and Jens Kutílek is a deeply experimental variable monospace inspired by LED matrix and early dot-matrix display technology, featuring four custom axes — BLED (scanline bleed), SCAN (scanline visibility), XELA (horizontal element alignment), and YELA (vertical element alignment) — that let designers animate or morph the letterforms between crisp pixels and glowing, smeared phosphor. At extremes, characters dissolve into abstraction or sharpen into precise grids. It is ideal for retrofuturist UI design, generative art, live coding visuals, and any context that celebrates the aesthetic of early digital displays.
Character Map
NnOoPpQqRrSsTtUuVvWwXxYyZz
0123456789
!@#$%^&*()_+-=[]{}|;':",.<>?
Code Editor Preview
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.
Weight Waterfall (1)
How to Use
<link href="https://fonts.googleapis.com/css2?family=Sixtyfour+Convergence:wght@400&display=swap" rel="stylesheet">
@import url('https://fonts.googleapis.com/css2?family=Sixtyfour+Convergence:wght@400&display=swap');
font-family: 'Sixtyfour Convergence', monospace;
brew install --cask font-sixtyfour-convergence
Details
- Category
- Monospace
- Weights
- 1
- Italic
- ✗
- Korece
- ✗
- Designer
- Simon Cozens, Jens Kutílek
- License
- OFL
- Version
- Popularity
- #1581
- Downloads
- 1
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