View Single Post
Old 07-25-2016, 07:03 PM   #404
Barty
doofus
Barty ought to be getting tired of karma fortunes by now.Barty ought to be getting tired of karma fortunes by now.Barty ought to be getting tired of karma fortunes by now.Barty ought to be getting tired of karma fortunes by now.Barty ought to be getting tired of karma fortunes by now.Barty ought to be getting tired of karma fortunes by now.Barty ought to be getting tired of karma fortunes by now.Barty ought to be getting tired of karma fortunes by now.Barty ought to be getting tired of karma fortunes by now.Barty ought to be getting tired of karma fortunes by now.Barty ought to be getting tired of karma fortunes by now.
 
Barty's Avatar
 
Posts: 2,551
Karma: 13089041
Join Date: Sep 2010
Device: Kobo Libra 2, Kindle Voyage
Quote:
Originally Posted by rpgmaker View Post
No actually... I did not. But how exactly should the tweaks.conf identify the Helvetica font?
"Helvetica Neue LT" (don't enter the quotes), but my firmware is older. BTW, you may want to test your font by overriding "Baskerville" first and when that works fine you can override Helevetica with it.

Code:
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
	<match target="pattern">
		<test name="family" compare="eq">
			<string>Helvetica Neue LT</string>
		</test>
		<edit name="family" mode="prepend" binding="strong">
			<string>nameofyourfont</string>
		</edit>
	</match>
</fontconfig>
Barty is offline   Reply With Quote