Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/radu-matei/spin-mono
My custom font built while building Spin
https://github.com/radu-matei/spin-mono
Last synced: 23 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 (7 months ago)
- Default Branch: main
- Last Pushed: 2024-03-31T19:54:55.000Z (7 months ago)
- Last Synced: 2024-03-31T20:30:29.567Z (7 months ago)
- Language: JavaScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Spin Mono
![screenshot](./screenshot.png)
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.