ruby-markaby: updated to 0.5
[crux-ports.git] / x11-fonts-smooth / README
1 $Id: README 43 2005-06-12 11:58:50Z tilman $
2
3 REQUIREMENTS
4
5         x11
6
7 PRE-INSTALL
8
9 POST-INSTALL
10
11         1. add the smooth directory to your fontpath in the xorg.conf file:
12
13         ---snip---
14
15         ..
16         Section "Files"
17         ..
18                 FontPath   "/usr/share/fonts/smooth/"
19         EndSection
20         ..
21
22         ---snip---
23
24         2. create a font info database for the new fonts
25
26         # cd /usr/share/fonts/smooth/
27         # mkfontdir
28         # mkfontscale
29         # fc-cache -f
30
31         3. restart X or rehash the font path like so:
32
33         # xset fp rehash
34
35 PRECAUTION