Skip to content

Instantly share code, notes, and snippets.

@andrzejkaszkowiak
Created April 17, 2020 04:32
Show Gist options
  • Save andrzejkaszkowiak/242b529a0ed3806e525409252e65a0e7 to your computer and use it in GitHub Desktop.
Save andrzejkaszkowiak/242b529a0ed3806e525409252e65a0e7 to your computer and use it in GitHub Desktop.
Install Fira font family on macOS using Homebrew Cask • https://github.com/mozilla/Fira
# Install Fira font family on macOS using Homebrew Cask • https://github.com/mozilla/Fira
brew tap homebrew/cask-fonts
brew cask install \
font-fira-sans \
font-fira-mono \
font-fira-mono-for-powerline
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment