question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Status of Google Fonts 'name' table

See original GitHub issue

Now 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:closed
  • Created 7 years ago
  • Comments:26 (26 by maintainers)

github_iconTop GitHub Comments

1reaction
felipesanchescommented, Sep 20, 2016

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.

1reaction
davelab6commented, Sep 19, 2016

@felipesanches please do this asap 😃

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found