From 5d4ae77b8974be0bb15fdac80511e82ba9638181 Mon Sep 17 00:00:00 2001 From: NRK Date: Sun, 14 May 2023 18:27:58 +0600 Subject: [PATCH] README: add build instructions + polish also rename punctuation.py -> bolder.py --- README.md | 15 ++++++++++++++- punctuation.py => bolder.py | 0 2 files changed, 14 insertions(+), 1 deletion(-) rename punctuation.py => bolder.py (100%) diff --git a/README.md b/README.md index aee48d4..46ce239 100644 --- a/README.md +++ b/README.md @@ -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][]. @@ -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 diff --git a/punctuation.py b/bolder.py similarity index 100% rename from punctuation.py rename to bolder.py