View Single Post
Old 02-09-2013, 08:48 PM   #446
puxxi2003
Member
puxxi2003 is a splendid one to beholdpuxxi2003 is a splendid one to beholdpuxxi2003 is a splendid one to beholdpuxxi2003 is a splendid one to beholdpuxxi2003 is a splendid one to beholdpuxxi2003 is a splendid one to beholdpuxxi2003 is a splendid one to beholdpuxxi2003 is a splendid one to beholdpuxxi2003 is a splendid one to beholdpuxxi2003 is a splendid one to beholdpuxxi2003 is a splendid one to behold
 
Posts: 15
Karma: 19708
Join Date: May 2012
Device: Kindle Touch & Tolino
if you use:
touch 5.3.2 -- /mnt/us/fonts -- USE_ALT_FONTS

then you can also block/reject the system-fonts

create a new txt-file (local.conf)

inside local.conf
Code:
<rejectfont>
	<pattern>
		<patelt name="family">
			<string>HeiseiMaruGoth_JIS0213_E</string>
		</patelt>
	</pattern>
	<pattern>
		<patelt name="family">
			<string>HangulGothicMTC-Medium_E</string>
		</patelt>
	</pattern>
	<pattern>
		<patelt name="family">
			<string>MHeiGB18030C-Medium_E</string>
		</patelt>
	</pattern>
	<pattern>                
		<patelt name="family">   
			<string>MHeiC-Medium-Big5HKSCS_E</string>  
		</patelt>                  
	</pattern>                 
	<pattern>                
		<patelt name="family">   
			<string>Futura</string>  
		</patelt>                  
	</pattern> 
</rejectfont>
put it on kindle to
/etc/fonts/local.conf

btw
i like the futura-font and dont reject it

Last edited by puxxi2003; 02-09-2013 at 08:51 PM.
puxxi2003 is offline   Reply With Quote