How To Install ns-tiza-chalk-fonts on Fedora 36

In this tutorial we learn how to install ns-tiza-chalk-fonts in Fedora 36. ns-tiza-chalk-fonts is Chalky slab-serif fonts

Introduction

In this tutorial we learn how to install ns-tiza-chalk-fonts on Fedora 36.

What is ns-tiza-chalk-fonts

A bold, chalky slab-serif font inspired by the lovely slab-serif Giza. It supports diacritics in addition to the basic latin set of characters. The font was created by Pablo Caro.

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

Install ns-tiza-chalk-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 ns-tiza-chalk-fonts using dnf by running the following command:

sudo dnf -y install ns-tiza-chalk-fonts

Install ns-tiza-chalk-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 ns-tiza-chalk-fonts using yum by running the following command:

sudo yum -y install ns-tiza-chalk-fonts

How To Uninstall ns-tiza-chalk-fonts on Fedora 36

To uninstall only the ns-tiza-chalk-fonts package we can use the following command:

sudo dnf remove ns-tiza-chalk-fonts

ns-tiza-chalk-fonts Package Contents on Fedora 36

/etc/fonts/conf.d/64-ns-tiza-chalk.conf
/usr/share/appdata/ns-tiza-chalk.metainfo.xml
/usr/share/doc/ns-tiza-chalk-fonts
/usr/share/doc/ns-tiza-chalk-fonts/Tiza_License.txt
/usr/share/fontconfig/conf.avail/64-ns-tiza-chalk.conf
/usr/share/fonts/ns-tiza-chalk
/usr/share/fonts/ns-tiza-chalk/tiza_chalk.ttf

References

Summary

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