Skip to content

Instantly share code, notes, and snippets.

@pmeinhardt
Created November 9, 2022 20:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pmeinhardt/805478cd5bdffdc9dd7ad1dc07b72439 to your computer and use it in GitHub Desktop.
Save pmeinhardt/805478cd5bdffdc9dd7ad1dc07b72439 to your computer and use it in GitHub Desktop.
Get URLs for fonts available via Homebrew
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