How To Install redhat-display-fonts on CentOS 7

In this tutorial we learn how to install redhat-display-fonts on CentOS 7. redhat-display-fonts is Red Hat Display fonts

Introduction

In this tutorial we learn how to install redhat-display-fonts on CentOS 7.

What is redhat-display-fonts

Red Hat Typeface is a fresh take on the geometric sans genre, taking inspiration from a range of American sans serifs including Tempo and Highway Gothic. The Display styles, made for headlines and big statements, are low contrast and spaced tightly, with a large x-height and open counters. The Text styles have a slightly smaller x-height and narrower width for better legibility, are spaced more generously, and have thinned joins for better performance at small sizes. The Mono styles are similar to the Text styles, but are adapted for better performance to render code and similar text. The three families can be used together seamlessly at a range of sizes. The fonts were originally commissioned by Paula Scher / Pentagram and designed by Jeremy Mickel / MCKL for the new Red Hat identity. This package provides the Display fonts variant.

We can use yum or dnf to install redhat-display-fonts on CentOS 7. In this tutorial we discuss both methods but you only need to choose one of method to install redhat-display-fonts.

Install redhat-display-fonts on CentOS 7 Using yum

Update yum database with yum using the following command.

sudo yum makecache

After updating yum database, We can install redhat-display-fonts using yum by running the following command:

sudo yum -y install redhat-display-fonts

Install redhat-display-fonts on CentOS 7 Using dnf

If you don’t have dnf installed you can install DNF on CentOS 7 first. Update yum database with dnf using the following command.

sudo dnf makecache

After updating yum database, We can install redhat-display-fonts using dnf by running the following command:

sudo dnf -y install redhat-display-fonts

How To Uninstall redhat-display-fonts on CentOS 7

To uninstall only the redhat-display-fonts package we can use the following command:

sudo dnf remove redhat-display-fonts

References

Summary

In this tutorial we learn how to install redhat-display-fonts on CentOS 7 using yum and dnf.