How To Install redhat-mono-fonts on CentOS 7
Introduction
In this tutorial we learn how to install redhat-mono-fonts
on CentOS 7.
What is redhat-mono-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 Monospace fonts variant.
We can use yum
or dnf
to install redhat-mono-fonts
on CentOS 7. In this tutorial we discuss both methods but you only need to choose one of method to install redhat-mono-fonts.
Install redhat-mono-fonts on CentOS 7 Using yum
Update yum database with yum
using the following command.
After updating yum database, We can install redhat-mono-fonts
using yum
by running the following command:
Install redhat-mono-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.
After updating yum database, We can install redhat-mono-fonts
using dnf
by running the following command:
How To Uninstall redhat-mono-fonts on CentOS 7
To uninstall only the redhat-mono-fonts
package we can use the following command:
References
Summary
In this tutorial we learn how to install redhat-mono-fonts
on CentOS 7 using yum
and dnf
.