View Single Post
Old 02-13-2013, 01:08 AM   #453
April_7th
Connoisseur
April_7th can tie a knot in a cherry stem with his or her tongueApril_7th can tie a knot in a cherry stem with his or her tongueApril_7th can tie a knot in a cherry stem with his or her tongueApril_7th can tie a knot in a cherry stem with his or her tongueApril_7th can tie a knot in a cherry stem with his or her tongueApril_7th can tie a knot in a cherry stem with his or her tongueApril_7th can tie a knot in a cherry stem with his or her tongueApril_7th can tie a knot in a cherry stem with his or her tongueApril_7th can tie a knot in a cherry stem with his or her tongueApril_7th can tie a knot in a cherry stem with his or her tongueApril_7th can tie a knot in a cherry stem with his or her tongue
 
Posts: 63
Karma: 22712
Join Date: Jan 2013
Device: PW2
Quote:
Originally Posted by puxxi2003 View Post
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
I'm trying to reject system fonts with this code, but they stay in the list.

1. Create local.conf.txt in the root/fonts
2. Copy this code and put it in local.conf.txt
3. Save changes and restart the Kindle

Am I doing something wrong? Please help
April_7th is offline   Reply With Quote