How To Install comic-neue-web-fonts on Fedora 36

In this tutorial we learn how to install comic-neue-web-fonts in Fedora 36. comic-neue-web-fonts is A typeface family inspired by Comic Sans, web files

Introduction

In this tutorial we learn how to install comic-neue-web-fonts on Fedora 36.

What is comic-neue-web-fonts

Comic Neue is a font created by Craig Rozynski that takes inspiration from Comic Sans. It is perfect as a display face, for marking up comments, and writing passive aggressive office memos. This package contains Web Open Font Format versions 1 and 2 files.

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

Install comic-neue-web-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 comic-neue-web-fonts using dnf by running the following command:

sudo dnf -y install comic-neue-web-fonts

Install comic-neue-web-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 comic-neue-web-fonts using yum by running the following command:

sudo yum -y install comic-neue-web-fonts

How To Uninstall comic-neue-web-fonts on Fedora 36

To uninstall only the comic-neue-web-fonts package we can use the following command:

sudo dnf remove comic-neue-web-fonts

comic-neue-web-fonts Package Contents on Fedora 36

/usr/share/fonts/comic-neue
/usr/share/fonts/comic-neue/ComicNeue-Bold.woff
/usr/share/fonts/comic-neue/ComicNeue-Bold.woff2
/usr/share/fonts/comic-neue/ComicNeue-BoldItalic.woff
/usr/share/fonts/comic-neue/ComicNeue-BoldItalic.woff2
/usr/share/fonts/comic-neue/ComicNeue-Italic.woff
/usr/share/fonts/comic-neue/ComicNeue-Italic.woff2
/usr/share/fonts/comic-neue/ComicNeue-Light.woff
/usr/share/fonts/comic-neue/ComicNeue-Light.woff2
/usr/share/fonts/comic-neue/ComicNeue-LightItalic.woff
/usr/share/fonts/comic-neue/ComicNeue-LightItalic.woff2
/usr/share/fonts/comic-neue/ComicNeue-Regular.woff
/usr/share/fonts/comic-neue/ComicNeue-Regular.woff2
/usr/share/fonts/comic-neue/ComicNeueAngular-Bold.woff
/usr/share/fonts/comic-neue/ComicNeueAngular-Bold.woff2
/usr/share/fonts/comic-neue/ComicNeueAngular-BoldItalic.woff
/usr/share/fonts/comic-neue/ComicNeueAngular-BoldItalic.woff2
/usr/share/fonts/comic-neue/ComicNeueAngular-Italic.woff
/usr/share/fonts/comic-neue/ComicNeueAngular-Italic.woff2
/usr/share/fonts/comic-neue/ComicNeueAngular-Light.woff
/usr/share/fonts/comic-neue/ComicNeueAngular-Light.woff2
/usr/share/fonts/comic-neue/ComicNeueAngular-LightItalic.woff
/usr/share/fonts/comic-neue/ComicNeueAngular-LightItalic.woff2
/usr/share/fonts/comic-neue/ComicNeueAngular-Regular.woff
/usr/share/fonts/comic-neue/ComicNeueAngular-Regular.woff2

References

Summary

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