14
0
mirror of https://github.com/belluzj/fantasque-sans.git synced 2024-12-22 07:21:31 +01:00

Revert "TO REVERT Disable checks to let master be built"

This reverts commit 8f76f89815.
This commit is contained in:
Jany Belluz 2015-12-21 15:58:22 +01:00
parent c5b94a275f
commit 6310caef40

View File

@ -23,8 +23,8 @@ print(font.os2_weight)
print(font.italicangle)
bitmask = font.validate();
# if bitmask != 0:
# the exit(42);
if bitmask != 0:
exit(42);
font.generate("${basename}.ttf", flags=("opentype", "dummy-dsig"));
font.generate("OTF/${basename}.otf", flags=("opentype", "dummy-dsig"));