diff --git a/fontbakery-check-ttf.py b/fontbakery-check-ttf.py index 958acaf150..0211f4bfaf 100755 --- a/fontbakery-check-ttf.py +++ b/fontbakery-check-ttf.py @@ -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.")