Programster's Blog

Tutorials focusing on Linux, programming, and open-source

Ubuntu - Install Fira Code Font

This tutorial provides instructions for installing the Fira Code font in various versions of Ubuntu. This font is great for programming due providing various ligatures.

Ubuntu 16.04

sudo apt-install git
cd /tmp
git clone https://github.com/tonsky/FiraCode.git
sudo mv -i /tmp/FiraCode/distr/ttf /usr/share/fonts/truetype/fira-code
sudo fc-cache -fv

Ubuntu 18.04

You should be able to just run the following command (havn't testd). If that doesn't work, use the instructions from Ubuntu 16.04.

sudo apt update && \
sudo apt install fonts-firacode

References

Last updated: 18th August 2019
First published: 18th August 2019

This blog is created by Stuart Page

I'm a freelance web developer and technology consultant based in Surrey, UK, with over 10 years experience in web development, DevOps, Linux Administration, and IT solutions.

Need support with your infrastructure or web services?

Get in touch