Skip to content

Instantly share code, notes, and snippets.

@prescindivel
Created January 24, 2020 13:42
Show Gist options
  • Save prescindivel/8ced45ebf36e7290e186b249ea390327 to your computer and use it in GitHub Desktop.
Save prescindivel/8ced45ebf36e7290e186b249ea390327 to your computer and use it in GitHub Desktop.
Get postscriptname from fonts, run in font direrectory
for file in "$arg"*.{ttf,otf}; do fc-scan --format "%{postscriptname}\n" $file; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment