How To Install opendyslexic-fonts on Fedora 36

In this tutorial we learn how to install opendyslexic-fonts in Fedora 36. opendyslexic-fonts is Font designed for dyslexics and high readability

Introduction

In this tutorial we learn how to install opendyslexic-fonts on Fedora 36.

What is opendyslexic-fonts

OpenDyslexic is a new open sourced font created to increase readability for readers with dyslexia. The typefaces includes regular, bold, italic and bold-italic styles. It is being updated continually and improved based on input from dyslexic users.

We can use yum or dnf to install opendyslexic-fonts on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install opendyslexic-fonts.

Install opendyslexic-fonts on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install opendyslexic-fonts using dnf by running the following command:

sudo dnf -y install opendyslexic-fonts

Install opendyslexic-fonts on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install opendyslexic-fonts using yum by running the following command:

sudo yum -y install opendyslexic-fonts

How To Uninstall opendyslexic-fonts on Fedora 36

To uninstall only the opendyslexic-fonts package we can use the following command:

sudo dnf remove opendyslexic-fonts

opendyslexic-fonts Package Contents on Fedora 36

/etc/fonts/conf.d/60-opendyslexic.conf
/usr/share/appdata/opendyslexic.metainfo.xml
/usr/share/doc/opendyslexic-fonts
/usr/share/doc/opendyslexic-fonts/README.md
/usr/share/fontconfig/conf.avail/60-opendyslexic.conf
/usr/share/fonts/opendyslexic
/usr/share/fonts/opendyslexic/OpenDyslexic-Bold-Italic.otf
/usr/share/fonts/opendyslexic/OpenDyslexic-Bold.otf
/usr/share/fonts/opendyslexic/OpenDyslexic-Italic.otf
/usr/share/fonts/opendyslexic/OpenDyslexic-Regular.otf
/usr/share/licenses/opendyslexic-fonts
/usr/share/licenses/opendyslexic-fonts/OFL.txt

References

Summary

In this tutorial we learn how to install opendyslexic-fonts on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).