View Single Post
Old 01-27-2009, 11:34 AM   #4
wallcraft
reader
wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.
 
wallcraft's Avatar
 
Posts: 6,977
Karma: 5183568
Join Date: Mar 2006
Location: Mississippi, USA
Device: Kindle 3, Kobo Glo HD
Quote:
Originally Posted by joelypolly View Post
Does it have to be a CF card or does MMC work just as well?
MMC should also work.

An alternative to copying the fonts to /usr/share is to softlink from the MMC or CF to there. In this case, call the directory something other than fonts (fonts_mmc, say). Something like:
Code:
cd /usr/share/fonts/truetype
ln -s /media/mmc/fonts_mmc mmc
Then reboot, or issue a fc-cache command.
wallcraft is offline   Reply With Quote