Skip to content

Commit

Permalink
fix an outdated URL
Browse files Browse the repository at this point in the history
com.google.fonts/check/valid_glyphnames
On the Universal profile.

(issue fonttools#4080)
  • Loading branch information
felipesanches committed Jan 31, 2024
1 parent 3250c4f commit 7c77567
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ A more detailed list of changes is available in the corresponding milestones for
#### On the Universal Profile
- **[com.google.fonts/check/arabic_spacing_symbols]:** Also check U+FBC2 ARABIC SYMBOL WASLA ABOVE (issue #4417)
- **[com.google.fonts/check/contour_count]:** Use `ttFont.getBestCmap()` to avoid potential ERROR. (issue #3601)
- **[com.google.fonts/check/valid_glyphnames]:** Fix an outdated URL (issue #4080)

#### On the OpenType Profile
- **[com.google.fonts/check/varfont/bold_wght_coord]:** Only check for a bold instance on fonts where the weight range extends to 700. (issue #4373)
Expand Down
2 changes: 1 addition & 1 deletion Lib/fontbakery/profiles/universal.py
Original file line number Diff line number Diff line change
Expand Up @@ -1109,7 +1109,7 @@ def com_google_fonts_check_STAT_strings(ttFont):
should start with a letter, except the special glyph name ".notdef"
which starts with a period.'
https://docs.microsoft.com/en-us/typography/opentype/spec/recom#post-table
https://learn.microsoft.com/en-us/typography/opentype/otspec181/recom#-post--table
In practice, though, particularly in modern environments, glyph names
Expand Down

0 comments on commit 7c77567

Please sign in to comment.