Skip to content

Installing

Nikita Prokopov edited this page Jul 5, 2022 · 26 revisions

macOS

In the downloaded TTF folder:

  1. Select all font files
  2. Right click and select Open (alternatively Open With Font Book)
  3. Select "Install Font"

or

  • Use brew and cask:

    Not officially supported, might install outdated version

    brew tap homebrew/cask-fonts
    brew install --cask font-fira-code

Linux

or

  • In the ttf folder double-click each font file and click “Install font”; see “Manual Installation” if double-clicking doesn't work

FreeBSD

  • Using pkg(8): pkg install firacode

or

  • Using ports: cd /usr/ports/x11-fonts/firacode && make install clean

Windows

  • Download the latest font zip file Fira_Code_v6.2.zip
  • In the ttf folder, double-click each font file, click “Install font”; to install all at once, select all files, right-click, and choose “Install”
  • On some systems (especially Windows 10), you may need to "Unblock" each font file before installing. To do so, right-click each font file, click Properties, then check Unblock next to Security at the bottom of the General tab. Click OK, and then install. Note: Skipping this step may cause the Fira Code fonts to intermittently stop working in VS Code, even though the fonts still appear in other programs.

or

On Windows 10 open the System Settings, go to Fonts and drag and drop the the font files from the ttf folder into the drop area indicated at the top of the dialog.

or

  • Use chocolatey: choco install firacode

  • Use scoop:

    Run as administrator

    scoop bucket add nerd-fonts
    scoop install firacode