Found this content helpful? Log in or sign up to leave a like!

Consistency with dyslexia friendly font?

Jump to solution
LizDavis1
Community Member

I am loving the dyslexia friendly font as a designer. The hard part is knowing if the text will update. I have noticed that things like headers, link, and lists don't always present with the font once the page is saved. Hopefully learners are seeing more consistency. Things are pretty consistent in the RCE so I am curious, what other users are experiencing?

Labels (3)
0 Likes
1 Solution
Gabriel33
Community Participant

It looks like the dislexya font setting only replaces the font if the text doesn't have any specific font set, so that's probably why you're seeing that it doesn't always work.

For example, the following HTML code in a page RCE (formatted solely with point and click in the RCE, I did not edit the HTML code directly):

<p>This has no font set</p>
<p><span style="font-family: arial, helvetica, sans-serif;">This is Arial</span></p>
<p><span style="font-family: 'times new roman', times;">This is Times New Roman</span></p>
<p><span style="font-family: 'Lato Extended', 'Helvetica Neue', Helvetica, Arial, sans-serif;">This is set as Lato Extended (the default font)</span></p>

Will generate the following when set to be viewed with the dyslexic font option ("Page test font" is the page title):
image.png

Note how setting a font as Lato Extended, even though it looks the same as setting no font since it's the default, will override the dyslexic font option.

View solution in original post