https://github.com/googlefonts/signika
Making a variable version of Signika, from Google Fonts
https://github.com/googlefonts/signika
Last synced: about 1 year ago
JSON representation
Making a variable version of Signika, from Google Fonts
- Host: GitHub
- URL: https://github.com/googlefonts/signika
- Owner: googlefonts
- License: ofl-1.1
- Created: 2018-10-04T16:13:56.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-06-29T10:43:57.000Z (about 3 years ago)
- Last Synced: 2024-05-29T12:28:57.162Z (about 2 years ago)
- Language: Python
- Size: 95.2 MB
- Stars: 15
- Watchers: 7
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Signika
A variable font for positive/negative typesetting, originally designed by Anna Giedryś in 2011.

---
## Building
Fonts are built automatically by GitHub Actions - take a look in the "Actions" tab for the latest build.
If you particularly want to build fonts manually on your own computer, you will need to install the [`yq` utility](https://github.com/mikefarah/yq). On OS X with Homebrew, type `brew install yq`; on Linux, try `snap install yq`; if all else fails, try the instructions on the linked page.
Then:
* `make build` will produce font files.
* `make test` will run [FontBakery](https://github.com/googlefonts/fontbakery)'s quality assurance tests.
* `make proof` will generate HTML proof files.
* You should run `make clean` before or after each build.
* Building `.otf` fonts takes a lot of time so it is disabled, but you can turn it on in `sources/config.yaml` by changing `false` to `true` for the entry `builOTF`.
## License
This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at
http://scripts.sil.org/OFL
## Repository Layout
This font repository structure is inspired by [Unified Font Repository v0.3](https://github.com/unified-font-repository/Unified-Font-Repository), modified for the Google Fonts workflow.