Status of Google Fonts 'name' table
See original GitHub issueNow that we have both a recommendation for correct 'name'
values and code to check it (hooray!), can you please run the name verification over the entire google fonts collection? - I’m eager to know how broken it is (or hopefully isn’t).
Something like a csv of family, name field, # of problems (Roboto, 1, 0
or Roboto, fullname, 0
for Roboto with 0 fullname problems) would be ideal for my purposes. Or even just family, # name problems
.
Issue Analytics
- State:
- Created 7 years ago
- Comments:26 (26 by maintainers)
Top Results From Across the Web
Material Symbols and Icons - Google Fonts
Introducing Material Symbols. Material Symbols are our newest icons consolidating over 2,500 glyphs in a single font file with a wide range of...
Read more >15 Best Google Fonts by the Numbers in 2022 - Kinsta
1. Roboto ... Roboto. The long-running #1 spot and Kinsta's font of choice, Roboto is a sans-serif offering from Christian Robertson that Google ......
Read more >Material Icons Guide | Google Fonts
Each icon font has a codepoints index in our git repository showing the complete set of names and character codes (here). Styling icons...
Read more >google font is not working on Custom CSS - WordPress.org
Just assigning the font name is not sufficient. You'll also have to make sure that the font files are actually loaded from Google....
Read more >Source code for fontbakery.profiles.universal - Read the Docs
[docs]@check( id = 'com.google.fonts/check/name/trailing_spaces', ) def com_google_fonts_check_name_trailing_spaces(ttFont): """Name table records must not ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’ve got around 80% of the TTF files from google fonts git repo checked. These have generated log files in both markdown and json format which may (likely) include font errors. The other ~20% have some sort of issue with fontbakery and did not even save a report.
Today I’m investigating what are these issues and I may open new tickets in this issue tracker to address those with the goal of reaching the 100% coverage of the full repo that we used to have a while ago.
I’ll also create a new script to compile a single report with summarized/aggregated data from the full set of hundreds of fonts. The purpose is to make it easy for someone to generate this global report with the only requirement of spending some time for all the checks to be run. Nowadays, in addition to the time requirement we still have to do things manually, so I’m aiming at automating at least some of it now.
@felipesanches please do this asap 😃