Skip to content

Commit

Permalink
Update googlefonts.py
Browse files Browse the repository at this point in the history
Add dogma about the valid_nameid25 check
  • Loading branch information
davelab6 authored and felipesanches committed May 30, 2023
1 parent 5e9f5b1 commit 74d6e7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Lib/fontbakery/profiles/googlefonts.py
Original file line number Diff line number Diff line change
Expand Up @@ -2511,7 +2511,8 @@ def com_google_fonts_check_metadata_valid_post_script_name_values(font_metadata,
Google Fonts chooses to append "Italic" here.
""",
proposal = ['https://github.com/googlefonts/fontbakery/issues/3024',
'https://github.com/googlefonts/gftools/issues/297']
'https://github.com/googlefonts/gftools/issues/297',
'https://typo.social/@arrowtype/110430680157544757']
)
def com_google_fonts_check_metadata_valid_nameid25(ttFont, style):
"Check name ID 25 to end with \"Italic\" for Italic VFs."
Expand Down

0 comments on commit 74d6e7d

Please sign in to comment.