Skip to content

Instantly share code, notes, and snippets.

@petsto
Last active December 20, 2024 11:03
Show Gist options
  • Save petsto/28fd5aa78cf005cac9fe635a6d6890ae to your computer and use it in GitHub Desktop.
Save petsto/28fd5aa78cf005cac9fe635a6d6890ae to your computer and use it in GitHub Desktop.
Quickly install top Google fonts and then some via Homebrew

List of some top fonts for easy terminal install via Homebrew Fonts Cask.

brew install font-open-sans &&
brew install font-noto-sans &&
brew install font-roboto && brew install font-roboto-mono && brew install font-roboto-slab
brew install font-montserrat &&
brew install font-lato &&
brew install font-fira-code &&
brew install font-source-code-pro &&
brew install font-source-sans-pro &&
brew install font-raleway &&
brew install font-oswald &&
brew install --cask font-poppins &&
brew install --cask font-merriweather &&
brew install --cask font-pt-sans &&
brew install --cask font-ubuntu &&
brew install --cask font-cuprum &&
brew install --cask font-oxygen &&
brew install --cask font-redhat &&
brew install --cask font-space-mono &&
brew install --cask font-monoid &&
brew install --cask font-milonga &&
brew install --cask font-anton &&
brew install --cask font-3270 &&
brew install --cask font-abel &&
brew install --cask font-montserrat &&
brew install --cask font-playfair-display &&
brew install --cask font-0xproto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment