Ubuntu desktop with 12.04 is about to crash. Installed 13.04 on a new machine, want to transfer Book Antiqua font from old machine to the new one. How do I find it on the old machine? My /usr
directory is empty.
My fonts.conf
file has these lines:
<!-- Font directory list -->
<dir>/usr/share/fonts</dir>
<dir>/usr/x11R6/lib/X11/fonts</dir>
<dir>/usr/local/share/fonts</dir>
<dir>~/.fonts</dir>
Don't know what this means, but my /usr
directory has nothing in it.
fc-list | grep "<(partial) name of the font>"
maybe handy – Adam Ryczkowski Feb 21 '18 at 11:35fc-list : family style file spacing
, see docs. Properties are listed here. – djvg Nov 06 '20 at 13:40