fonttools / fontbakery

🧁 A font quality assurance tool for everyone
https://fontbakery.readthedocs.io
Apache License 2.0
534 stars 99 forks source link

`com.google.fonts/check/dotted_circle`: should has a FAIL log-level result if dotted-circle not in font (for Google Fonts profile) #4758

Open vv-monsalve opened 3 weeks ago

vv-monsalve commented 3 weeks ago

Observed behavior

During a conversation with Simon today, we noticed that currently the com.google.fonts/check/dotted_circle only has a WARN log-level result when there is not a dotted circle. But the dotted circle is also mandatory for all the fonts according to the Special Glyphs in the GF-Guide.

So we need to override that and make it a FAIL for googlefonts profile.

Expected behavior

For the Google Fonts profile, the check should report a Fail if the font doesn't include a dotted circle.

cc @simoncozens