Skip to content
  1. Download TTF font file - link

  2. Create a directory at the current user’s home (if missing):

bash
$ mkdir ~/.fonts
  1. Copy the font file:
bash
$ cp ~/Downloads/times.ttf ~/.fonts
  1. Update the font cache in Linux:
bash
$ sudo fc-cache -f -v