Command-line: cd ~/Downloads # or wherever you downloaded a font pack. unzip <font package>.zip # for a single user mkdir -p ~/.fonts cp *ttf ~/.fonts fc-cache -f -v # optional # for all users sudo mkdir -p /usr/share/fonts/opentype/jasonfonts sudo cp *ttf /usr/share/fonts/opentype/jasonfonts sudo fc-cache -f -v # optional