List available fonts on a system from the command line with fc-list
$ fc-list
If fc-list
is not install, run:
$ sudo apt install fontconfig
To find out if a particular font is installed on the system, say the font named Charter, run:
$ fc-list | grep Charter
personal computing command-line interface (cli) gnu linux trisquel shell literacy office applications wiki