Skip to content

Commit

Permalink
README: add build instructions + polish
Browse files Browse the repository at this point in the history
also rename punctuation.py -> bolder.py
  • Loading branch information
N-R-K committed May 14, 2023
1 parent 0f1b525 commit 5d4ae77
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
***You can download the ttf files from the [releases tab][rel]
(grab the `.tar.zst` file).***

### What, Why, How?

If you're like clean, "upright" looking fonts, then the chances are that you've
come across [Iosevka][]. You've probably also come across [PragmataPro][].

Expand Down Expand Up @@ -34,13 +36,24 @@ notable changes (not exhaustive, see `Iosvmata.toml` for a full config):
* Uses the more "sharp" looking braces.
* No ligatures.
* A lot more non-alphanumeric characters are boldened compared to Pragmasevka
(see `punctuation.py`).
(see `bolder.py`).

[Iosevka]: https://typeof.net/Iosevka
[PragmataPro]: https://fsd.it/shop/fonts/pragmatapro/
[Pragmasevka]: https://github.com/shytikov/pragmasevka
[rel]: https://github.com/N-R-K/Iosvmata/releases

### Build Instruction

1. Follow [these instructions][ios-build] to build the font out of
`Iosvmata.toml` config.
2. Run the `bolder.py` script.
3. Optionally patch the final font with [Nerd-Font-Patcher][NFP]
(search for `FontPatcher.zip`).

[ios-build]: https://github.com/be5invis/Iosevka/blob/main/doc/custom-build.md
[NFP]: https://github.com/ryanoasis/nerd-fonts/releases/latest

### Thanks to

* [Pragmasevka][]: This project is pretty much a fork of Pragmasevka. So massive
Expand Down
File renamed without changes.

0 comments on commit 5d4ae77

Please sign in to comment.