Description of your font goes here. We recommend to start with a very short presentation line (the kind you would use on twitter to present your project for example), and then add as much details as necesary :-) Origin of the project, idea of usage, concept of creation… but also number of masters, axes, character sets, etc.
Don't hesitate to create images!
Description of you and/or organisation goes here.
Fonts are built automatically by GitHub Actions - take a look in the "Actions" tab for the latest build.
If you want to build fonts manually on your own computer:
make build
will produce font files.make test
will run FontBakery's quality assurance tests.make proof
will generate HTML proof files.
The proof files and QA tests are also available automatically via GitHub Actions - look at https://kiwari-kolektiv-studio.github.io/sutasoma.
We generate changelog automatically depend on commit message, and we adopted Conventional Commits, so please follow the Conventional Commits standard.
Versioning is based on semver, apart from we use MAJOR.SIGNIFICANTMINORPATCH
, instead of MAJOR.MINOR.PATCH
. See the googlefonts versioning guideline.
Examples:
If a breaking change is made e.g. converting a static font family to a variable font family, the MAJOR must be incremented by 1, and the others reset, e.g.:
Current 1.230
, new 2.000
If a new character set is inserted, SIGNIFICANT should be incremented, e.g.:
Current 1.230
, new 1.330
If a few new glyphs are added, MINOR should be incremented, e.g.:
Current 1.230
, new 1.240
If a name table record is updated such as the copyright string, PATCH should be incremented, e.g.:
Current 1.230
, new 1.231
When you update your font (new version or new release), please report all notable changes here, with a date. Font Versioning is based on semver. Changelog example:
26 May 2021. Version 2.13
- MAJOR Font turned to a variable font.
- SIGNIFICANT New Stylistic sets added.
This Font Software is licensed under the SIL Open Font License, Version 1.1. This license is available with a FAQ at https://scripts.sil.org/OFL
This font repository structure is inspired by Unified Font Repository v0.3, modified for the Google Fonts workflow.