How to check if a particular font is installed on Linux

Last updated on July 20, 2020 by Dan Nanni

Question: I need to know if a particular font (e.g., Nimbus Roman, Helvetica) is installed, and where the font file is located on my Linux desktop. Is there any easy way to find that out?

You can use a command-line tool called fc-list to find out currently loaded fonts. The command will list all available fonts, along with additional information about the fonts.

To check if Nimbus fonts are loaded on your system, run the following command.

$ fc-list | grep -i "nimbus"

The output will tell you where the font files are located in your system.

If you want to install a custom font on your Linux desktop, follow this tutorial.

Support Xmodulo

This website is made possible by minimal ads and your gracious donation via PayPal or credit card

Please note that this article is published by Xmodulo.com under a Creative Commons Attribution-ShareAlike 3.0 Unported License. If you would like to use the whole or any part of this article, you need to cite this web page at Xmodulo.com as the original source.

Xmodulo © 2021 ‒ AboutWrite for UsFeed ‒ Powered by DigitalOcean