Skip to content

Commit

Permalink
Merge pull request #825 from googlefonts/davelab6-fix-818
Browse files Browse the repository at this point in the history
Update fontbakery-check-ttf.py
  • Loading branch information
felipesanches authored Jul 7, 2016
2 parents 5c98bcc + b10ebeb commit 1202801
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fontbakery-check-ttf.py
Original file line number Diff line number Diff line change
Expand Up @@ -1682,7 +1682,8 @@ def is_valid_version_format(value):
# ----------------------------------------------------
fb.new_check("EPAR table present in font?")
if 'EPAR' not in font:
fb.error('Font is missing EPAR table.')
fb.ok('EPAR table not present in font. To learn more see '
'https://github.com/googlefonts/fontbakery/issues/818')
else:
fb.ok("EPAR table present in font.")

Expand Down

0 comments on commit 1202801

Please sign in to comment.