Elixir Editor Fonts

The Fira font improves the Elixir Developer experience.

This is how to install it on a mac
`
brew cask install font-fira-code
brew install font-fira-code --cask

`For vscode in settings.json:
    "editor.fontFamily": "'Fira Code'",
    "editor.fontLigatures": true

This turns |> into an arrow. 

Leave a comment