https://github.com/srmdn/clash-mono
Clean-room monospace coding font inspired by Clash of Clans UI flavor.
https://github.com/srmdn/clash-mono
clean-room font monospace open-source typeface
Last synced: 16 days ago
JSON representation
Clean-room monospace coding font inspired by Clash of Clans UI flavor.
- Host: GitHub
- URL: https://github.com/srmdn/clash-mono
- Owner: srmdn
- License: other
- Created: 2026-05-18T15:08:38.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-05-28T09:53:30.000Z (about 1 month ago)
- Last Synced: 2026-05-28T11:22:49.405Z (about 1 month ago)
- Topics: clean-room, font, monospace, open-source, typeface
- Language: Python
- Size: 74.2 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Roadmap: docs/roadmap.md
- Agents: AGENTS.md
Awesome Lists containing this project
README
# clash-mono
Clean-room monospace coding font inspired by Clash of Clans UI flavor.
Goal:
- same energy, no proprietary asset reuse
- coding-first, editor-safe, redistribution-safe
- open source under `OFL-1.1`
Hard rules:
- no import of `Supercell-Magic_5.ttf`
- no trace, edit, or reuse of Supercell outlines
- use only open-source or self-drawn source material
Planned structure:
- `sources/` font source files
- `scripts/` build helpers
- `build/` generated intermediates
- `dist/` release binaries
Initial scope:
- ASCII letters, digits, punctuation
- core coding symbols
- later: ligatures, extended Latin, hinting, specimen
Status:
- source tree scaffolded
- partial glyph set in place
- build wiring added
Build:
- `make check` validates UFO structure and glyph map
- `make build` runs `fontmake` when installed and copies binaries to `dist/`
- `make specimen` writes `dist/specimen.html` after a successful build
- `make smoke` checks built font and specimen files in `dist/`
- install deps with `pip install -r requirements.txt` in your own env