Does anyone happen to know if there's an easy way to get #emacs's nov.el package to display text using the #OpenDyslexic font? I was hoping there was a customization variable, but it seems not.

Perhaps I could run it in a terminal editor and change the terminal's font, but then I'd lose things like images.

I can hack something together if I really need to, I'd just rather not if there's a simpler solution available.

#a11y #books

reshared this

in reply to Jonathan Lamothe

The media in this post is not displayed to visitors. To view it, please go to the original post.

As it happens, I was changing font on #Emacs just yesterday. M-x menu-set-font will open a font browser and let you choose, and it works. You can also select this from the 'Options' menu.

This however isn't 'sticky' -- next time you start emacs it will have reverted.

I found that

(set-frame-font "OpenDyslexic")

in my init.el works to change it persistently.

This website uses cookies. If you continue browsing this website, you agree to the usage of cookies.