Wednesday, November 24, 2010

Installing fonts in Debian

1. In root system
By default, there are limited fonts in the debian system. Install whatever fonts you like from the terminal.

# mkdir /usr/share/fonts/truetype/my_fonts
# scp -r /media/JRABGAY/IMPORTANT\ DATAS/SOFTWARES/fonts/Promocyja096.ttf /usr/share/fonts/truetype/my_fonts
#cd /usr/share/fonts/truetype/my_fonts/
# mkfontscale && mkfontdir
#fc-cache


Restart your Openoffice!

2. Single User
- Create directory and name it .fonts(name optional) in home.
- Copy and paste the fonts in it.
- Restart Openoffice!

No comments:

Post a Comment