https://github.com/radu-matei/spin-mono
My custom font built while building Spin
https://github.com/radu-matei/spin-mono
font iosevka ligatures monospace-font programming-font typeface
Last synced: 30 days ago
JSON representation
My custom font built while building Spin
- Host: GitHub
- URL: https://github.com/radu-matei/spin-mono
- Owner: radu-matei
- License: ofl-1.1
- Created: 2024-03-31T19:10:11.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-31T19:54:55.000Z (about 2 years ago)
- Last Synced: 2025-10-20T08:39:07.325Z (8 months ago)
- Topics: font, iosevka, ligatures, monospace-font, programming-font, typeface
- Language: JavaScript
- Homepage:
- Size: 2.17 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Spin Mono

This is a custom build of the [Iosevka](https://github.com/be5invis/Iosevka/)
font, personalized according to my own liking, created while building [Spin](https://github.com/fermyon/spin)
(hence the name).
It is based on Iosevka, and loosely inspired by JetBrains Mono.
(See [the configuration file for more details](./private-build-plans.toml).)
It is the font I use by default on all my systems, and it is not intended to be
a general-purpose font. Feel free to use it (assuming you respect [the original Iosevka license](./LICENSE)).
### Installing
You can download the built font from [the releases page](https://github.com/radu-matei/spin-mono/releases/tag/v1.0.0).
### Building
See the [Iosevka documentation](https://github.com/be5invis/Iosevka/blob/main/doc/custom-build.md) on
custom font builds.
```bash
$ git clone https://github.com/radu-matei/spin-mono && cd spin mono
$ npm install
$ npm run build -- ttf::spin-mono
```
This will generate the font in your local `dist/` directory.