The code below was clipped from a post in this thread long ago as a method to install extracted, encrypted system fonts on another Kobo. Am I to replace
src/root/fonts/ with the font location on my computer, for example, F:/Kobo/fonts/xxxxx.ttf? (as well as matching font name at the end, of course).

Thank you.
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