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
|
- name: Upload Kobo artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Kobo_Readerly
|
name: KF_Readerly
|
||||||
path: out/kf/*.ttf
|
path: out/kf/*.ttf
|
||||||
|
|
||||||
- name: Zip TTFs for release
|
- name: Zip TTFs for release
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
run: |
|
run: |
|
||||||
cd out/ttf && zip -j ../../Readerly.zip *.ttf
|
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
|
- name: Upload release zips
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
@@ -51,7 +51,7 @@ jobs:
|
|||||||
name: Readerly-release
|
name: Readerly-release
|
||||||
path: |
|
path: |
|
||||||
Readerly.zip
|
Readerly.zip
|
||||||
Kobo_Readerly.zip
|
KF_Readerly.zip
|
||||||
|
|
||||||
release:
|
release:
|
||||||
needs: build
|
needs: build
|
||||||
@@ -70,4 +70,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
files: |
|
files: |
|
||||||
Readerly.zip
|
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`.
|
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
|
## Project structure
|
||||||
|
|
||||||
- `src`: Newsreader variable font TTFs
|
- `src`: Newsreader variable font TTFs
|
||||||
|
|||||||
Reference in New Issue
Block a user