This repository contains scripts for generating the GYPT fonts from Adobe’s [Source Serif](https://github.com/adobe-fonts/source-serif/), [Source Sans](https://github.com/adobe-fonts/source-sans/) and [Source Code](https://github.com/adobe-fonts/source-code-pro/) variable font families.
## Development
Development takes place on three layers:
- Feature branches, which are branched off from `staging`, for developing new features.
-`staging` as staging area for the next release.
-`release` contains the currently released version.
The persistent branches are protected. You will need _Maintainer_ permissions to push to the `staging` branch and merge into the `release` branch. Pushing to the `release` branch is forbidden.
Pushing to the repository triggers a CI pipeline that executes all build scripts for the most recent commit of the pushed branch. If the pipeline passes, the build artifacts can be downloaded and inspected.
Merging commits into the `release` branch creates a GitLab release.
Further information regarding development is available in the [project’s wiki](https://git.gypt.org/sebastian.friedl/gypt-fonts/-/wikis/home).
## Obtaining Font Files
Font files are available on the [Releases page](https://git.gypt.org/sebastian.friedl/gypt-fonts/-/wikis/home).