Download TTF font file - link
Create a directory at the current user’s home (if missing):
bash
$ mkdir ~/.fonts- Copy the font file:
bash
$ cp ~/Downloads/times.ttf ~/.fonts- Update the font cache in Linux:
bash
$ sudo fc-cache -f -v