Labels

Tuesday, December 22, 2015

Adding new fonts for all users in Linux

Adding new fonts for all users

To install fonts for all users you need to login as root and create a directory under /usr/share/fonts/ for example /usr/share/fonts/custom. Copy the fonts you wish to add into the directory you created and run: fc-cache -f /usr/share/fonts/
All existing and new users should now be able to use the installed fonts.