Thread: Clara 2E Kobo Clara 2E Thread
View Single Post
Old 09-26-2022, 12:12 PM   #201
rtiangha
Evangelist
rtiangha ought to be getting tired of karma fortunes by now.rtiangha ought to be getting tired of karma fortunes by now.rtiangha ought to be getting tired of karma fortunes by now.rtiangha ought to be getting tired of karma fortunes by now.rtiangha ought to be getting tired of karma fortunes by now.rtiangha ought to be getting tired of karma fortunes by now.rtiangha ought to be getting tired of karma fortunes by now.rtiangha ought to be getting tired of karma fortunes by now.rtiangha ought to be getting tired of karma fortunes by now.rtiangha ought to be getting tired of karma fortunes by now.rtiangha ought to be getting tired of karma fortunes by now.
 
Posts: 495
Karma: 356531
Join Date: Jul 2016
Location: 'burta, Canada
Device: Kobo Glo HD
Quote:
Originally Posted by Phil_C View Post
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

Last edited by rtiangha; 09-26-2022 at 12:24 PM.
rtiangha is offline   Reply With Quote