Provide two versions (regular and KF)
This commit is contained in:
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user