Quote:
Originally Posted by Phil_C
I did, but the .ttf files seem to be encrypted. "Not a valid font file."
Meanwhile, the Gill Sans downloaded online is much lighter than Kobo's version. The medium is better.
|
You could try placing it in
fonts/kobo/encrypted/ but I don't know if that'll work with the older Kobo fonts (try it and let us know).
What will definitely work is placing them in the original font directory in the system partition (
/usr/local/Trolltech/QtEmbedded-4.6.2-arm/lib/fonts/). You can FTP them over, or use kobopatch to flash them over. In your
kobopatch.yaml file, place
something like this in the
files: section at the bottom (change the file path on the left and the font names to match what you have on your computer):
Code:
## ADDITIONAL FILES ##
# Uncomment the following to add additional files to the tgz (like init scripts or hyphen dicts)
# The files will be root-owned, and world readable, writable, and executable (0777)
files:
src/root/fonts/Avenir-Bold.ttf: usr/local/Trolltech/QtEmbedded-4.6.2-arm/lib/fonts/Avenir-Bold.ttf
src/root/fonts/Avenir-BoldItalic.ttf: usr/local/Trolltech/QtEmbedded-4.6.2-arm/lib/fonts/Avenir-BoldItalic.ttf
src/root/fonts/Avenir-Italic.ttf: usr/local/Trolltech/QtEmbedded-4.6.2-arm/lib/fonts/Avenir-Italic.ttf
src/root/fonts/Avenir.ttf: usr/local/Trolltech/QtEmbedded-4.6.2-arm/lib/fonts/Avenir.ttf