How To Install yanone-kaffeesatz-fonts on Fedora 36
Introduction
In this tutorial we learn how to install yanone-kaffeesatz-fonts
on Fedora 36.
What is yanone-kaffeesatz-fonts
Yanone Kaffeesatz is a sans-serif decorative Latin font family by Jan Gerner, suitable for titles and short runs of text. Its Bold is reminiscent of 1920s coffee house typography, while the rather thin fonts bridge the gap to present times. You can witness Kaffeesatz use on German fresh-water gyms, Dubai mall promos and New Zealand McDonalds ads. And of course on coffee and foodstuff packaging and café design around the globe.
We can use yum
or dnf
to install yanone-kaffeesatz-fonts
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install yanone-kaffeesatz-fonts.
Install yanone-kaffeesatz-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 yanone-kaffeesatz-fonts
using dnf
by running the following command:
sudo dnf -y install yanone-kaffeesatz-fonts
Install yanone-kaffeesatz-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 yanone-kaffeesatz-fonts
using yum
by running the following command:
sudo yum -y install yanone-kaffeesatz-fonts
How To Uninstall yanone-kaffeesatz-fonts on Fedora 36
To uninstall only the yanone-kaffeesatz-fonts
package we can use the following command:
sudo dnf remove yanone-kaffeesatz-fonts
yanone-kaffeesatz-fonts Package Contents on Fedora 36
/etc/fonts/conf.d/60-yanone-kaffeesatz-fonts.conf
/usr/share/doc/yanone-kaffeesatz-fonts
/usr/share/doc/yanone-kaffeesatz-fonts/AUTHORS.txt
/usr/share/doc/yanone-kaffeesatz-fonts/CONTRIBUTORS.txt
/usr/share/doc/yanone-kaffeesatz-fonts/DESCRIPTION.en_us.html
/usr/share/doc/yanone-kaffeesatz-fonts/FONTLOG.txt
/usr/share/doc/yanone-kaffeesatz-fonts/README.md
/usr/share/doc/yanone-kaffeesatz-fonts/requirements.txt
/usr/share/fontconfig/conf.avail/60-yanone-kaffeesatz-fonts.conf
/usr/share/fonts/yanone-kaffeesatz-fonts
/usr/share/fonts/yanone-kaffeesatz-fonts/YanoneKaffeesatz-Bold.ttf
/usr/share/fonts/yanone-kaffeesatz-fonts/YanoneKaffeesatz-ExtraLight.ttf
/usr/share/fonts/yanone-kaffeesatz-fonts/YanoneKaffeesatz-Light.ttf
/usr/share/fonts/yanone-kaffeesatz-fonts/YanoneKaffeesatz-Regular.ttf
/usr/share/fonts/yanone-kaffeesatz-fonts/YanoneKaffeesatz-Roman-VF.ttf
/usr/share/licenses/yanone-kaffeesatz-fonts
/usr/share/licenses/yanone-kaffeesatz-fonts/OFL.txt
/usr/share/metainfo/org.fedoraproject.yanone-kaffeesatz-fonts.metainfo.xml
References
Summary
In this tutorial we learn how to install yanone-kaffeesatz-fonts
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).