Created
November 9, 2022 20:54
-
-
Save pmeinhardt/805478cd5bdffdc9dd7ad1dc07b72439 to your computer and use it in GitHub Desktop.
Get URLs for fonts available via Homebrew
This file contains 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
brew search --cask /font-.+/ | xargs brew info | grep -E ^https\: | sed -E 's/#[^#]+$//' | sort --unique |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment