blob: 11bfafeb896f03a2c6803125678d4a5b2ed6ee1e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
------------------------------------------------------------------
To get XFree86 to recognise your new fonts you will need to
add a line to your XF86Config file. XFree86 4 usually keeps its
XF86Config file in /etc or /etc/X11.
Add the following line to the "Files" section and restart XFree86.
FontPath "${LOCALBASE}/lib/X11/fonts/artwiz-aleczapka-de"
Additionally you have to do:
# cd ${LOCALBASE}/lib/X11/fonts/artwiz-aleczapka-de
# fc-cache -v .
------------------------------------------------------------------
|