[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
howtos:general_admin:install_fonts [2013/05/30 14:56 (UTC)] – Suggested change makes better use of Wiki syntax - feel free to keep or discard. Eric alienbobhowtos:general_admin:install_fonts [2015/09/13 00:56 (UTC)] – Parameters added to fc-cache command. y.p.y
Line 1: Line 1:
 ====== Install Fonts ====== ====== Install Fonts ======
 AS ROOT: AS ROOT:
-  - Copy your font files (.ttf and/or .otf) to their respective directories: <code>+  - Copy your font files (.ttf and/or .otf) to their **respective** directories: <code>
 /usr/share/fonts/TTF /usr/share/fonts/TTF
 /usr/share/fonts/OTF /usr/share/fonts/OTF
Line 8: Line 8:
 mkfontdir mkfontdir
 mkfontscale mkfontscale
-fc-cache+fc-cache -f -v
 </code> </code>
   - Restart X.   - Restart X.
 howtos:general_admin:install_fonts ()