How To Install gfs-bodoni-classic-fonts on Fedora 36

In this tutorial we learn how to install gfs-bodoni-classic-fonts in Fedora 36. gfs-bodoni-classic-fonts is GFS Bodoni Classic, an 18th century oblique Greek font family

Introduction

In this tutorial we learn how to install gfs-bodoni-classic-fonts on Fedora 36.

What is gfs-bodoni-classic-fonts

Giambattista Bodoni was the most prolific Italian type cutter of the 18th century. While he worked in the Vatican Press he was involved in the type cutting of “exotic” languages for which catholic literature was printed. When he established his own press in Parma he did publish many books of the classics with his own Greek typefaces in the last quarter of the 18th century. He was among the first European type cutters to move away from the byzantine cursive tradition with the numerous ligatures which was the norm until then. His Greek types influenced many subsequent designers, yet they fell in disuse by the middle of the 19th century. GFS presented Bodoni’s original Greek typeface in the commemorative edition of Pindar’s Olympian Odes (2004), in digital version by George D. Matthiopoulos, and is now available as free ware for the general public. In the OpenType features, under ligatures, one may alternately use diphthongs with the accents placed in between the characters, as Giambattista Bodoni did when setting Greek texts.

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

Install gfs-bodoni-classic-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 gfs-bodoni-classic-fonts using dnf by running the following command:

sudo dnf -y install gfs-bodoni-classic-fonts

Install gfs-bodoni-classic-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 gfs-bodoni-classic-fonts using yum by running the following command:

sudo yum -y install gfs-bodoni-classic-fonts

How To Uninstall gfs-bodoni-classic-fonts on Fedora 36

To uninstall only the gfs-bodoni-classic-fonts package we can use the following command:

sudo dnf remove gfs-bodoni-classic-fonts

gfs-bodoni-classic-fonts Package Contents on Fedora 36

/etc/fonts/conf.d/61-gfs-bodoni-classic-fonts.conf
/usr/share/doc/gfs-bodoni-classic-fonts
/usr/share/doc/gfs-bodoni-classic-fonts/OFL-FAQ.txt
/usr/share/fontconfig/conf.avail/61-gfs-bodoni-classic-fonts.conf
/usr/share/fonts/gfs-bodoni-classic-fonts
/usr/share/fonts/gfs-bodoni-classic-fonts/GFSBodoniClassic.otf
/usr/share/licenses/gfs-bodoni-classic-fonts
/usr/share/licenses/gfs-bodoni-classic-fonts/OFL.txt
/usr/share/metainfo/org.fedoraproject.gfs-bodoni-classic-fonts.metainfo.xml

References

Summary

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