Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Fonts missing 'name' #437

Closed
vitorgalvao opened this issue Jan 6, 2016 · 2 comments
Closed

Fonts missing 'name' #437

vitorgalvao opened this issue Jan 6, 2016 · 2 comments

Comments

@vitorgalvao
Copy link
Member

vitorgalvao commented Jan 6, 2016

All these fonts are missing the (mandatory) name stanza. They should be outright deleted from this list as they are fixed. List should be rebuilt periodically (to make sure everything is up to date).

To rebuild the list (it assumes you’re inside homebrew-fonts/Casks):

for font in $(grep --files-without-match --extended-regexp "\s+name '.*'" *); do
  echo "+ [${font}](../blob/master/Casks/${font})"
done | pbcopy
@jawshooah jawshooah added bug Issue describing a reproducible bug. font labels Jan 6, 2016
@caarlos0
Copy link
Contributor

caarlos0 commented Jan 9, 2016

@vitorgalvao PR #439 might fix this issue...

@vitorgalvao
Copy link
Member Author

Done. All remaining fonts are from #445.

@miccal miccal removed bug Issue describing a reproducible bug. font labels Dec 19, 2016
@lock lock bot locked as resolved and limited conversation to collaborators May 6, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants