Skip to content

Commit

Permalink
improve rationale
Browse files Browse the repository at this point in the history
  • Loading branch information
m4rc1e committed Nov 1, 2024
1 parent a3128cd commit c080f04
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Lib/fontbakery/checks/vendorspecific/googlefonts/varfont.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,9 @@ def stat_axis_values(ttFont):
rationale="""
Check a font's fvar instance coordinates comply with our guidelines:
https://googlefonts.github.io/gf-guide/variable.html#fvar-instances
This check is skipped for fonts that have a Morph (MORF) axis
since we allow users to define their own custom instances.
""",
proposal="https://github.com/fonttools/fontbakery/pull/3800",
)
Expand Down

0 comments on commit c080f04

Please sign in to comment.