How To Install gfs-theokritos-fonts on Fedora 36

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

Introduction

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

What is gfs-theokritos-fonts

Yannis Kefallinos (1894–1958) was one of the most innovative engravers of his generation and the first who researched methodically the aesthetics of book and typographic design in Greece. He taught at the Fine Arts School of Athens and established the first book design workshop from which many practicing artists of the 60’s and 70’s had graduated. In the late 50’s Kefallinos designed and published an exquisite book with engraved illustrations of the ancient white funerary pottery in Attica in collaboration with Varlamos, Montesanto, Damianakis. For the text of Kefallinos’ Δέκα λευκαί λήκυθοι (1956) the artist used a typeface which he himself had designed a few years before for an unrealized edition of Theocritos’ Idyls. Its complex and heavily decorative design does point to aesthetic codes which preoccupied his artistic expression and, although impractical for contemporary text setting, it remains an original display face, or it can be used as initials. The book design workshop of the Fine Arts School of Athens has been recently reorganized, under the direction of professor Leoni Vidali, and with her collaboration George D. Matthiopoulos has redesigned digitally this historical font which is now available as GFS Theokritos.

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

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

sudo dnf -y install gfs-theokritos-fonts

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

sudo yum -y install gfs-theokritos-fonts

How To Uninstall gfs-theokritos-fonts on Fedora 36

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

sudo dnf remove gfs-theokritos-fonts

gfs-theokritos-fonts Package Contents on Fedora 36

/etc/fonts/conf.d/65-gfs-theokritos-fonts.conf
/usr/share/doc/gfs-theokritos-fonts
/usr/share/doc/gfs-theokritos-fonts/OFL-FAQ.txt
/usr/share/fontconfig/conf.avail/65-gfs-theokritos-fonts.conf
/usr/share/fonts/gfs-theokritos-fonts
/usr/share/fonts/gfs-theokritos-fonts/GFSTheokritos.otf
/usr/share/licenses/gfs-theokritos-fonts
/usr/share/licenses/gfs-theokritos-fonts/OFL.txt
/usr/share/metainfo/org.fedoraproject.gfs-theokritos-fonts.metainfo.xml

References

Summary

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