https://github.com/nicoverbruggen/libron
A manually tuned font revision of Readerly, with reduced and altered serifs, optimized for digital reading and e-readers. OFL licensed.
https://github.com/nicoverbruggen/libron
e-reader font kindle kobo ofl readerly
Last synced: about 1 month ago
JSON representation
A manually tuned font revision of Readerly, with reduced and altered serifs, optimized for digital reading and e-readers. OFL licensed.
- Host: GitHub
- URL: https://github.com/nicoverbruggen/libron
- Owner: nicoverbruggen
- License: other
- Created: 2026-06-02T20:22:16.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-06-08T19:24:52.000Z (about 2 months ago)
- Last Synced: 2026-06-08T20:23:25.433Z (about 2 months ago)
- Topics: e-reader, font, kindle, kobo, ofl, readerly
- Language: Python
- Homepage: https://nicoverbruggen.be/fonts
- Size: 9.05 MB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Copyright: COPYRIGHT
- Agents: AGENTS.md
Awesome Lists containing this project
README
#
Libron
**Libron** is a modified version of [Readerly](https://github.com/nicoverbruggen/readerly) with various edits to give the font a more neutral look.
The original font was imported and has been manually edited using [FontForge](https://fontforge.org). All modified source files are available in the `src` directory.
I may eventually roll these changes into Readerly at some point. For now, I'm currently evaluating it as a separate font, and as such it co-exists alongside Readerly.
## Specimen

## General changes
The changes made to this font are mostly to modify some of the stylistically heavy serifs that were originally part of Newsreader.
- For example, many capitals have been modified, e.g. `C`, `E`, `F`, `G`, `L` and `S` have very noticeably been trimmed down.
- Certain glyphs have been reworked: `T` is one such example, but some lowercase characters, too, like `d`, `i`, `j`, `t`, `r` and `u`. Minor adjustments have been made across the board to serifs, as well.
- Fixed composite glyphs which were originally pre-composed in Readerly.
- Adjusted left and right bearings after glyph modifications.
Due to the size changes applied with Readerly, I figured it would be a good idea to tweak certain aspects of the serif design to make it less "loud" when reading books.
## Building Libron
### Automatic builds
When a commit of Libron is tagged, a version is automatically released. The version number set in [VERSION](./VERSION) is used when building the font, and is embedded within the font.
The following variants are generated:
- Libron for desktop (TTF)
- Libron for [Kobo devices](https://github.com/nicoverbruggen/kobo-font-fix) (KF TTF)
- Libron Web (WOFF2)
### Building locally
You can run `./local-build.sh` if you have Podman installed to build the definitive fonts. If you have all dependencies installed locally, you can also use `./build.py` to build the font with Python.
## License
This font is available under the [OFL license](./LICENSE).