metadata missing for a number of families
- Dominant language
- HTML
- Stars
- 20.5k
- Forks
- 2.9k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 95
Description
I'm trying to walk though the families programmatically by finding the `METADATA.pb` files. ([Here's the script](https://github.com/Homebrew/homebrew-cask-fonts/blob/a904d41bb60af7810273aea7cf9140dc883fffb8/developer/bin/import_google_fonts), which imports them to [Homebrew](https://brew.sh/).) It turns out `METADATA.pb` is missing for a number of families. From within the repository, here's a command to find the second-level subdirectories without one:
```
$ find apache ofl ufl -mindepth 1 -maxdepth 1 -type d '!' -exec test -e "{}/METADATA.pb" ';' -print | sort
apache/opensanshebrew
apache/opensanshebrewcondensed
ofl/aksarabaligalang
ofl/alefhebrew
ofl/amstelvaralpha
ofl/archivovfbeta
ofl/asapvfbeta
ofl/cabinvfbeta
ofl/decovaralpha
ofl/faustinavfbeta
ofl/hanna
ofl/hannari
ofl/jejugothic
ofl/jejuhallasan
ofl/jejumyeongjo
ofl/khyay
ofl/kokoro
ofl/kopubbatang
ofl/laomuangdon
ofl/laomuangkhong
ofl/laosanspro
ofl/lemonadavfbeta
ofl/lohitdevanagari
ofl/markazitextvfbeta
ofl/mavenprovfbeta
ofl/mplus1p
ofl/myanmarsanspro
ofl/nicomoji
ofl/nikukyu
ofl/notosanstamil
ofl/podkovavfbeta
ofl/rokkittvfbeta
ofl/roundedmplus1c
ofl/sawarabigothic
ofl/sawarabimincho
ofl/seoulhangang
ofl/seoulhangangcondensed
ofl/seoulnamsan
ofl/seoulnamsancondensed
ofl/seoulnamsanvertical
ofl/souliyo
ofl/tharlon
```
Is this intentional? Other suggestions on how to get the font names corresponding to each directory? Thanks!
Possible duplicate of https://github.com/google/fonts/issues/106.
Contributor guide
Assessment
This issue has not been assessed yet.