Last updated on July 20, 2020 by Dan Nanni
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.
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 ‒ About ‒ Write for Us ‒ Feed ‒ Powered by DigitalOcean