We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Whilst trying to build the project, I get the following traceback:
pen.addComponent(self.name, self.transform) File "/Users/marcfoley/Type/upstream_families/Russolo/venv/lib/python3.8/site-packages/fontTools/pens/basePen.py", line 176, in addComponent glyph = self.glyphSet[glyphName] KeyError: 'breve-cy'
May also be good to include set -e at the top of the build.sh file so it terminates when it encounters an error.
set -e
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Whilst trying to build the project, I get the following traceback:
May also be good to include
set -e
at the top of the build.sh file so it terminates when it encounters an error.The text was updated successfully, but these errors were encountered: