Difference between revisions of "Install fonts for Linux"

From Linuxintro
imported>ThorstenStaerk
(Created page with "If you find your favorite .ttf font in the internet, e.g. on http://www.mathesius.de/privat/naumann/runterla.html here is how you use it: * download it * unpack it * copy the .tt...")
 
imported>ThorstenStaerk
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
If you find your favorite .ttf font in the internet, e.g. on http://www.mathesius.de/privat/naumann/runterla.html here is how you use it:
+
If you find your favorite .ttf font in the internet, here is how you use it:
 
* download it
 
* download it
* unpack it
+
* find the name of the downloaded file, in this example say it's the font DS-NFB
 +
cd
 +
ls -ltr Downloads
 +
* [[unpack]] it
 +
unzip Downloads/DS-NFB__.zip
 
* copy the .ttf file to /usr/share/fonts/truetype
 
* copy the .ttf file to /usr/share/fonts/truetype
 +
[[cp]] DS-NFB__.TTF /usr/share/fonts/truetype/

Latest revision as of 15:48, 5 January 2014

If you find your favorite .ttf font in the internet, here is how you use it:

  • download it
  • find the name of the downloaded file, in this example say it's the font DS-NFB
cd
ls -ltr Downloads
unzip Downloads/DS-NFB__.zip 
  • copy the .ttf file to /usr/share/fonts/truetype
cp DS-NFB__.TTF /usr/share/fonts/truetype/