Quote:
Originally Posted by joelypolly
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.