- Simplify API by removing the `lang_support` module. Now one does `from gflanguages import LoadLanguages` instead of `from gflanguages.lang_support import LoadLanguages` (issue #6)
- Also, all `Load_*` methods now accept base_dir as optional argument. (motivated by: https://github.com/googlefonts/gftools/pull/511#issuecomment-1059081028)
- This will be the v0.3.0 API.
- Most of the code & data was migrated from the [`fontbakery`](https://github.com/googlefonts/fontbakery/) and [`google/fonts`](https://github.com/google/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 is `Font Bakery` itself, as well as `GFTools`.
- 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 this `axisregistry` 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.
* [gftools-packager] Syne: Version 2.200 added
* Syne Version 2.200 taken from the upstream repo https://gitlab.com/bonjour-monde/fonderie/syne-typeface at commit d9098c0a72125d411dbb225a2e5a61dc15265ffc.
* Syne: description updated
* [gftools-packager] Familjen Grotesk: Version 2.000 added
* Familjen Grotesk Version 2.000 taken from the upstream repo https://github.com/Familjen-Sthlm/Familjen-Grotesk at commit 2bd3741f28.
* Familjen Grotesk: description added
* Familjen Grotesk: upstream.yaml updated: repo link added
* Familjen Grotresk: upstream.yaml modified
* [gftools-packager] Alumni Sans Inline One: Version 1.100; ttfautohint (v1.8.3) added
* Alumni Sans Inline One Version 1.100; ttfautohint (v1.8.3) taken from the upstream repo https://github.com/googlefonts/alumni-sans-inline at commit 81ea544e0c.
* Alumni Inline One: second category added
Co-authored-by: Rosalie Wagner <mail@rosaliewagner.com>