How To Install gfs-olga-fonts on Fedora 36

In this tutorial we learn how to install gfs-olga-fonts in Fedora 36. gfs-olga-fonts is GFS Olga, a 20th century oblique Greek font family

Introduction

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

What is gfs-olga-fonts

In Greece the terms italic and oblique have the same meaning since they are borrowed from the Latin typographic practice without any real historical equivalent in Greek history. Until the end of the 19th century Greek typefaces were cut and cast independently, not as members of a font family. The mechanization of type cutting allowed the transformation of upright Greek typefaces to oblique designs. Nonetheless, the typesetting practice of a cursive Greek font to complement an upright one did not survive the 19th century. The experimental font GFS Olga (1995) attempts to revive this lost tradition. The typeface was designed and digitized by George Matthiopoulos, based on the historical Porson Greek type (1803) with the intention to be the companion of the upright GFS Didot font whenever there is a need for an italic alternative.

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

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

sudo dnf -y install gfs-olga-fonts

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

sudo yum -y install gfs-olga-fonts

How To Uninstall gfs-olga-fonts on Fedora 36

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

sudo dnf remove gfs-olga-fonts

gfs-olga-fonts Package Contents on Fedora 36

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

References

Summary

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