Programster's Blog

Tutorials focusing on Linux, programming, and open-source

Install Iosevka Fonts

Iosevka is an open source font available on GitHub. There are loads of variations that you are pretty much guaranteed to find a version you like. I particularly like the Iosevka Term SS02 Extrabold Extended to use as my terminal font.

If you are happy with the base font (e.g. not a variation of it), then you can install that simply with:

wget -O fonts-iosevka.deb \
  http://phd-sid.ethz.ch/debian/fonts-iosevka/fonts-iosevka_22.0.0%2Bds-1_all.deb \
  && sudo dpkg -i fonts-iosevka.deb \
  && rm fonts-iosevka.deb \
  && sudo fc-cache -fv
Last updated: 13th May 2024
First published: 7th August 2021