[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
Next revisionBoth sides next revision
howtos:general_admin:install_fonts [2013/05/29 17:08 (UTC)] – Minor cleanup sycamorexhowtos: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 alienbob
Line 1: Line 1:
-<!-- Add your text below. We strongly advise to start with a Headline (see button bar above). --> 
 ====== Install Fonts ====== ====== Install Fonts ======
-AS ROOT: \\ +AS ROOT: 
-1) Copy your font files (.ttf and/or .otf) to their respective directories: \\ +  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 
- +</code> 
-2) Run the following commands: \\ +  Run the following commands, with the directory where you copied the fonts as argument<code> 
-     mkfontdir +mkfontdir 
-     mkfontscale +mkfontscale 
-     fc-cache +fc-cache 
- +</code> 
-3) Restart X. +  Restart X.
- +
  
 ====== Sources ====== ====== Sources ======
 howtos:general_admin:install_fonts ()