Phreak font, (c) 1998-2003 Nicholas Jay Kain <niklataNO@aerSPifalAM.cx>
Licensed under GNU GPL or BSD, at user's choice.

Latest version should be available at:
http://brightrain.aerifal.cx/~niklata/files/unix/

INTRO
-----

	Phreak is the font that I use for my Linux console and
rxvt/xterm.  It is designed to have a clean, unambiguous design
suitable for easy reading, editing, and coding.
	Phreak is available in two different character sets, the
fairly standard iso8859-1 (Latin1) encoding and the older "ibmpc"
character set.  bdf and psf formats for both charsets are provided, so
they can be used in either X11 or on the Linux console.

	I also include the more experimental, but smaller, vril font.  It is
somewhat similar to Phreak in design, but is much more compact.


INSTALLING
----------

X11:

1. Copy *.bdf.gz to /usr/X11R6/lib/X11/fonts/misc (or appropriate).
Make certain the bdf.gz files are readable by all users.

2. cd /usr/X11R6/lib/X11/fonts/misc
   mkfontdir

3. add these lines to your fonts.alias:

   phreak       -nk-phreak-medium-r-normal--13-130-75-75-c-70-iso8859-1
   phreak-ibmpc -nk-phreak-medium-r-normal--13-130-75-75-c-70-ibmpc

4. either restart your X11 server or issue:

   xset fp rehash

5. test:

   rxvt -fn phreak
   rxvt -fn phreak-ibmpc

Linux console:

1. Copy *.psf.gz to /usr/share/kbd/consolefonts (or appropriate).
   Make sure the psf.gz files are world-readable.

2. test:

   setfont phreak
   setfont phreak-ibmpc
