mirror of
https://github.com/google/fonts.git
synced 2024-11-24 09:43:46 +03:00
a2b0d67270
and simplify API usage.
1.2 KiB
1.2 KiB
Below are the most important changes from each release.
0.2.0 (2022-Mar-14)
- Remove pre-processing of fallback names and simplify API
0.1.1 (2022-Mar-14)
- Fix typos on cursive and monospace axes descriptions.
- Remove space characteres from fallback name entries of all axes. (issue #7)
- Update
min_value
anddefault_value
on y_transparent_uppercase.
0.1.0 (2022-Mar-04)
Release notes
- Initial release of the
axisregistry
python module. - Most of the code & data was migrated from the
fontbakery
andgoogle/fonts
git repositories so that the GF Axis Registry data can be easily available to all our tools. The most immediate user of this module isFont Bakery
itself, as well asGFTools
. - Axis Registry definitions are still being gradualy updated on the
google/fonts
repo, on its axisregistry/ directory (https://github.com/google/fonts/tree/main/axisregistry) and thisaxisregistry
python module will try to be kept in sync. - There's an ongoing plan to make this module the main place to update these definitions, avoiding data duplication and guaranteeing uniformity across tools.