How To Install comic-neue-fonts on Fedora 36
Introduction
In this tutorial we learn how to install comic-neue-fonts
on Fedora 36.
What is comic-neue-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.
We can use yum
or dnf
to install comic-neue-fonts
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install comic-neue-fonts.
Install comic-neue-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-fonts
using dnf
by running the following command:
sudo dnf -y install comic-neue-fonts
Install comic-neue-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-fonts
using yum
by running the following command:
sudo yum -y install comic-neue-fonts
How To Uninstall comic-neue-fonts on Fedora 36
To uninstall only the comic-neue-fonts
package we can use the following command:
sudo dnf remove comic-neue-fonts
comic-neue-fonts Package Contents on Fedora 36
/etc/fonts/conf.d/63-comic-neue.conf
/usr/share/fontconfig/conf.avail/63-comic-neue.conf
/usr/share/fonts/comic-neue
/usr/share/fonts/comic-neue/ComicNeue-Bold.otf
/usr/share/fonts/comic-neue/ComicNeue-BoldItalic.otf
/usr/share/fonts/comic-neue/ComicNeue-Italic.otf
/usr/share/fonts/comic-neue/ComicNeue-Light.otf
/usr/share/fonts/comic-neue/ComicNeue-LightItalic.otf
/usr/share/fonts/comic-neue/ComicNeue-Regular.otf
References
Summary
In this tutorial we learn how to install comic-neue-fonts
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).