Difference between revisions of "Mint Linux Installing Fonts System-Wide"
From Free Knowledge Base- The DUCK Project: information for everyone
(Created page with "check which fonts are already installed fc-list Navigate to /usr/share/fonts cd /usr/share/fonts place your downloaded *.otf and *.tff fonts in this directory. To make th...") |
|||
Line 8: | Line 8: | ||
To make the system aware of the new fonts, update the font cache by running the following command: | To make the system aware of the new fonts, update the font cache by running the following command: | ||
fc-cache -f -v | fc-cache -f -v | ||
+ | |||
+ | As a side note, specific users can have fonts in their home that are not available system wide. They simply place them in ~/.fonts and run 'fc-cache -f -v' as a regular user. |
Revision as of 20:15, 5 October 2024
check which fonts are already installed
fc-list
Navigate to /usr/share/fonts
cd /usr/share/fonts
place your downloaded *.otf and *.tff fonts in this directory.
To make the system aware of the new fonts, update the font cache by running the following command:
fc-cache -f -v
As a side note, specific users can have fonts in their home that are not available system wide. They simply place them in ~/.fonts and run 'fc-cache -f -v' as a regular user.