Skip to content

Commit

Permalink
Update fontbakery-check-ttf.py
Browse files Browse the repository at this point in the history
Fixes #818
  • Loading branch information
davelab6 authored Jul 7, 2016
1 parent 5c98bcc commit b10ebeb
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 b10ebeb

Please sign in to comment.