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 |
||
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, e.g. on http://www.mathesius.de/privat/naumann/runterla.html 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/ |
Revision as of 17:08, 5 February 2012
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
- 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
cp DS-NFB__.TTF /usr/share/fonts/truetype/