Created
January 24, 2020 13:42
-
-
Save prescindivel/8ced45ebf36e7290e186b249ea390327 to your computer and use it in GitHub Desktop.
Get postscriptname from fonts, run in font direrectory
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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