OrbitFont is a custom, code-generated typeface built on Iosevka for the Orbit ecosystem. It features a sleek, neo-grotesque design with custom letterforms (a, g, 0), true italics, and 5 weights (Light to Bold).
✨ Highlights:
- NerdFont Patched: Natively supports UI and terminal icons via automated GitHub Actions.
- Web & Desktop Ready: Ships with both
.ttfand highly-compressed.woff2files. - Code-Generated: No manual drawing—every curve is defined in
private-build-plans.toml.
Each release automatically generates both Desktop (.ttf) and Web (.woff2) binaries for the following 10 styles:
| Weight | Upright | True Italic |
|---|---|---|
| Light (300) | OrbitFont-Light |
OrbitFont-LightItalic |
| Regular (400) | OrbitFont-Regular |
OrbitFont-Italic |
| Medium (500) | OrbitFont-Medium |
OrbitFont-MediumItalic |
| SemiBold (600) | OrbitFont-SemiBold |
OrbitFont-SemiBoldItalic |
| Bold (700) | OrbitFont-Bold |
OrbitFont-BoldItalic |
(Note: Every single font file is individually patched with NerdFonts.)
Run PowerShell as Administrator to fetch and install the latest release directly to your registry (no restarts required):
.\OrbitFont.ps1
# Or install a specific version: .\OrbitFont.ps1 -Version v1.0.XOpen your terminal and run the bash installer:
bash install.shWant to tweak ligatures or change a letter shape? Edit private-build-plans.toml. Once you push, GitHub Actions will automatically rebuild and publish a new release.
Licenses: Fonts (.ttf, .woff2) are under the SIL Open Font License 1.1 (see OFL.txt). Code and scripts are under the MIT License (see LICENSE).