Back to browse
GitHub Repository

Pixel-perfect monospaced font for code. No ligatures. No surprises.

13 starsHTML

Sergamon – I defined 3,700 font glyphs as plain-text pixel grids

by sgmonda·Mar 12, 2026·4 points·1 comment

AI Analysis

●●SolidCozyNiche Gem

Plain-text .glyph files compiled to fonts—what you type is what you see.

Strengths
  • 244 commits show genuine craft—3,700+ glyphs across Latin, Cyrillic, Arabic, and more.
  • 8×16 pixel constraint forces honest design—no ligatures, no anti-aliasing tricks.
  • Confusables like 0/O/o and 1/l/I are carefully distinguished for code readability.
Weaknesses
  • Single weight only—no bold or italic variants for emphasis in editors.
  • Programming font space is crowded with Fira Code, JetBrains Mono, and Cascadia.
Category
Target Audience

Developers who prefer pixel fonts and no ligatures

Similar To

Fira Code · JetBrains Mono · Terminus

Post Description

Every glyph is defined as an 8×16 pixel grid in a plain-text .glyph file, compiled to TTF/WOFF2 via TypeScript + opentype.js. The design philosophy: what you type is what you see. No ligatures, no weight variants, no anti-aliasing intended. 3,700+ glyphs. Open source (OFL).

Similar Projects