1
Jun/09
0

Installing New Fonts for X11 on Mac OS X

Simply copy the ttf file to the .fonts directory in your home directory. If there is no .fonts directory, create one.

cd ~
mkdir .fonts
cp mynewfont.ttf ~/.fonts