Ubuntu – List of pre installed fonts in ubuntu

fonts

I have a question, I need one font from Ubuntu 16,04, which is not in Windows, I dont remember name. Is there any list of preinstalled fonts in Ubuntu?
I dont have ubuntu anymore so I dont know how to get it 😀

Best Answer

You can use Ubuntu live-cd option for this. Follow the guide here on how to obtain the iso image of the Ubuntu distribution:

https://help.ubuntu.com/community/LiveCD

After You run the live-cd on PC, open terminal and issue this command:

fc-list

It will list all installed fonts on the distribution.

Example output:

/usr/share/fonts/truetype/lato/Lato-Medium.ttf: Lato,Lato Medium:style=Medium,Regular
/usr/share/fonts/truetype/tlwg/TlwgTypo-Bold.ttf: Tlwg Typo:style=Bold
Related Question