Build Cozette from source
mainTo build the fonts manually, you need FontForge and Java.
- Clone the repository.
- Open
Cozette/Cozette.sfdin FontForge. - Select
File → Generate Fonts....
To run the release preparation scripts, you need Python (3.8+), pipenv, xorg-mkfontscale, and xterm:
# Install dependencies and generate fonts
pipenv install
pipenv run python build.py fonts
# Install generated fonts and generate images
pipenv run python build.py images
# View changelog between local and last tag
pipenv run python build.py changelogpipenv install
pipenv run python build.py fonts