From a7365260564c56392ea3ecd07c6ce3b02b6810b7 Mon Sep 17 00:00:00 2001 From: Nico Verbruggen Date: Sat, 14 Mar 2026 21:38:15 +0100 Subject: [PATCH] Provide two versions (regular and KF) --- .github/workflows/build.yml | 8 ++++---- README.md | 7 +++++++ 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d4b04fe..4ff1cf6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,14 +35,14 @@ jobs: - name: Upload Kobo artifact uses: actions/upload-artifact@v4 with: - name: Kobo_Readerly + name: KF_Readerly path: out/kf/*.ttf - name: Zip TTFs for release if: startsWith(github.ref, 'refs/tags/') run: | cd out/ttf && zip -j ../../Readerly.zip *.ttf - cd ../../out/kf && zip -j ../../Kobo_Readerly.zip *.ttf + cd ../../out/kf && zip -j ../../KF_Readerly.zip *.ttf - name: Upload release zips if: startsWith(github.ref, 'refs/tags/') @@ -51,7 +51,7 @@ jobs: name: Readerly-release path: | Readerly.zip - Kobo_Readerly.zip + KF_Readerly.zip release: needs: build @@ -70,4 +70,4 @@ jobs: with: files: | Readerly.zip - Kobo_Readerly.zip + KF_Readerly.zip diff --git a/README.md b/README.md index d64aa30..a4d8f94 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,13 @@ The goal was to get a metrically/visually similar font, without actually copying To get to the final result, I decided to use the variable font and work on it. The original is located in `src` and is available under the same OFL as the end result, which is included in `LICENSE`. +## Downloads + +Two versions are generated via the pipeline of the [latest release](../../releases/latest): + +- **KF_Readerly.zip** — Kobo-optimized TrueType fonts with a legacy kern table and `KF` prefix. Use this if you have a Kobo e-reader, this version contains optimizations made with [Kobo Font Fix](https://github.com/nicoverbruggen/kobo-font-fix). +- **Readerly.zip** — The standard, unmodified fonts, as TrueType files. Useful for other e-readers and use on your desktop computer or smartphone. + ## Project structure - `src`: Newsreader variable font TTFs