fontship
fontship copied to clipboard
A font development toolkit and collaborative work flow.
See e.g. [this comment](https://github.com/TiroTypeworks/Castoro/issues/1#issuecomment-642820262): > We could make some, but I’m left pondering whether it makes sense for every libre font repo to have it’s own set of idiosyncratic proofing...
See for example the difference between [a Libertinus release](https://github.com/alerque/libertinus/releases/latest) and [the CTAN package](https://ctan.org/pkg/libertinus-fonts). The biggest thing is the included fonts directory should be filtered to just `static/OTFS` and flattened.
I [initially posted](https://github.com/theleagueof/fontship/pull/82#issuecomment-705202047) the airhorn variant of the logo as a complete gag, but every time I see it it makes me laugh. Maybe it's not as dumb an idea...
Add a `make` target that will generate a package that bundles webfont builds of a font project and any necessary CSS with suitable meta generated from what we already know...
I don't know what screw got loose for the output of some builds (e.g. [this run on Libertinus](https://github.com/alerque/libertinus/runs/1227960261)) to be so verbose, but we shouldn't be defaulting to outputting so...
The current strategy of generating a single release bundle with all target formats (TTF, OTF, WOFF, WOFF2 for both static and variable for a potential of 8 formats) is generally...
Look into setting up tooling such that `fontship publish` or similar can publish fonts build from release tags directly to [Type.World](https://type.world/), including from CI. * [GitHub Project](https://github.com/typeworld/typeworld) * [Developer docs](https://type.world/developer/)...
Nope not a typo for FEA. As soon as [fontFeatures](https://fontfeatures.readthedocs.io/) has an official release I can work this into build rules so that FEE files included in project source get...
Given the dominance of macOS in the font design market, easy access to this tooling on macOS will be a deal-breaker feature. Docker is a pretty simple solution, but some...