View Single Post
Old 11-18-2016, 12:50 PM   #446
JimmyR
ɴₐɴ
JimmyR ought to be getting tired of karma fortunes by now.JimmyR ought to be getting tired of karma fortunes by now.JimmyR ought to be getting tired of karma fortunes by now.JimmyR ought to be getting tired of karma fortunes by now.JimmyR ought to be getting tired of karma fortunes by now.JimmyR ought to be getting tired of karma fortunes by now.JimmyR ought to be getting tired of karma fortunes by now.JimmyR ought to be getting tired of karma fortunes by now.JimmyR ought to be getting tired of karma fortunes by now.JimmyR ought to be getting tired of karma fortunes by now.JimmyR ought to be getting tired of karma fortunes by now.
 
JimmyR's Avatar
 
Posts: 421
Karma: 2507940
Join Date: Jun 2011
Location: 37.2N 93.3W
Device: KV PW4 PW3 PW2
In /linkfonts/etc/conf.d/ I created a file named 99-tweaks.conf. In that file, I put:
Code:
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
	<match target="pattern">
		<test name="family" compare="eq">
			<string>OpenDyslexic</string>
		</test>
		<edit name="family" mode="assign" binding="strong">
			<string>your font family</string>
		</edit>
	</match>
</fontconfig>
*You need a text editor that can save files with unix line endings.

Then:
KUAL > Fonts > Fonts Hacks Behaviour > Update fontconfig cache

It worked, mostly. For some reason, it changed the default sans font. The UI ended up using my serif font with which I overrode opendyslexic. Same thing after a restart. You might get a different result. *shrug*

Edit: I've used this method to override other fonts in the past on my old PW1 without ill effect. Not sure why I'm having a problem with this font.

Last edited by JimmyR; 11-18-2016 at 01:37 PM.
JimmyR is offline   Reply With Quote