-
Reporting issues like bad kerning pairs or variable-font interpolation bugs.
-
Fixes to issues tagged "help wanted" provided as either GitHub pull requests or comments in the issue.
This project uses "master styles" (or "key styles") which are combined using some clever maths to generate other styles that are "mixed" from two masters. Because of this, there are some very important rules you must stick to:
- When adding or removing a glyph, you must add or remove the same glyph in all master fonts. If you're using Glyphs.app, this is automatically taken care of, but not with RoboFont or some other font tools.
- When editing glyphs we must make sure:
- all masters have the same number of paths, nodes and handles, as well as components.
- all components, paths, nodes and handles are in the same order across all masters.
- all masters have the same set of anchors.
If these rules are not followed, generated styles will fail to build.
Multiple Masters: Keeping Your Outlines Compatible is a great article on this topic.