How To Install mgopen-cosmetica-fonts on Fedora 36

In this tutorial we learn how to install mgopen-cosmetica-fonts in Fedora 36. mgopen-cosmetica-fonts is Truetype variable-stroke-width sans serif font faces

Introduction

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

What is mgopen-cosmetica-fonts

The MgOpen fonts are a font family that includes Latin and Greek glyphs. The fonts have been released under a liberal license, similar to the license covering the Bitstream Vera fonts. This package contains the MgOpen Cosmetica sans serif variable-stroke-width typeface, which is based on the design of Optima.

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

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

sudo dnf -y install mgopen-cosmetica-fonts

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

sudo yum -y install mgopen-cosmetica-fonts

How To Uninstall mgopen-cosmetica-fonts on Fedora 36

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

sudo dnf remove mgopen-cosmetica-fonts

mgopen-cosmetica-fonts Package Contents on Fedora 36

/etc/fonts/conf.d/61-mgopen-cosmetica.conf
/usr/share/appdata/mgopen-cosmetica.metainfo.xml
/usr/share/fontconfig/conf.avail/61-mgopen-cosmetica.conf
/usr/share/fonts/mgopen
/usr/share/fonts/mgopen/MgOpenCosmeticaBold.ttf
/usr/share/fonts/mgopen/MgOpenCosmeticaBoldOblique.ttf
/usr/share/fonts/mgopen/MgOpenCosmeticaOblique.ttf
/usr/share/fonts/mgopen/MgOpenCosmeticaRegular.ttf

References

Summary

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