How To Install adf-accanthis-2-fonts on Fedora 36

In this tutorial we learn how to install adf-accanthis-2-fonts in Fedora 36. adf-accanthis-2-fonts is ADF Accanthis Nᵒ2, a modernized garaldic serif, “Horley old style” alternative

Introduction

In this tutorial we learn how to install adf-accanthis-2-fonts on Fedora 36.

What is adf-accanthis-2-fonts

A Latin font family published by Hirwen Harendal’s Arkandis Digital Foundry, Accanthis was inspired from the “Cloister Oldstyle” font family found in the “American Specimen Book of Typefaces Suplement”. Its medium contrast is sufficient to be reader-friendly and deliver an elegant and refined experience. Accanthis is a modernized garaldic font family and is well suited to book typesetting and refined presentations. This variant is closer to the “Horley old style” font family than the original version.

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

Install adf-accanthis-2-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 adf-accanthis-2-fonts using dnf by running the following command:

sudo dnf -y install adf-accanthis-2-fonts

Install adf-accanthis-2-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 adf-accanthis-2-fonts using yum by running the following command:

sudo yum -y install adf-accanthis-2-fonts

How To Uninstall adf-accanthis-2-fonts on Fedora 36

To uninstall only the adf-accanthis-2-fonts package we can use the following command:

sudo dnf remove adf-accanthis-2-fonts

adf-accanthis-2-fonts Package Contents on Fedora 36

/etc/fonts/conf.d/60-adf-accanthis-2-fonts.conf
/usr/share/doc/adf-accanthis-2-fonts
/usr/share/doc/adf-accanthis-2-fonts/NOTICE.txt
/usr/share/fontconfig/conf.avail/60-adf-accanthis-2-fonts.conf
/usr/share/fonts/adf-accanthis-2-fonts
/usr/share/fonts/adf-accanthis-2-fonts/AccanthisADFStdNo2-Bold.otf
/usr/share/fonts/adf-accanthis-2-fonts/AccanthisADFStdNo2-BoldItalic.otf
/usr/share/fonts/adf-accanthis-2-fonts/AccanthisADFStdNo2-Italic.otf
/usr/share/fonts/adf-accanthis-2-fonts/AccanthisADFStdNo2-Regular.otf
/usr/share/licenses/adf-accanthis-2-fonts
/usr/share/licenses/adf-accanthis-2-fonts/COPYING
/usr/share/metainfo/org.fedoraproject.adf-accanthis-2-fonts.metainfo.xml

References

Summary

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