1
Jun/090
Jun/090
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
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