How To Install adf-tribun-fonts on Fedora 36
Introduction
In this tutorial we learn how to install adf-tribun-fonts
on Fedora 36.
What is adf-tribun-fonts
Hirwen Harendal started in 1999 the realization of a first font family, aiming to create another “Times New Roman”… He does not consider this endeavor a huge success. However, he transformed Tribun progressively since then to give it its own character. The idea was to achieve newsprint-like rendering. To this effect, the glyph bodies, serifs, or even extenders are not normalized and use irregular strokes. This is most visible in italics though those variations stay imperceptible at small sizes. Italics proved time-consuming. They are never an easy thing to draw. Nevertheless, the designer considers them very close to those of “Times”, with some variations. The medium weight uses a stronger stroke. It can be used for emphasis, or for effects in titles. That being said it has also been used for body copy. It is also slightly expanded to complete the face offerings. The condensed version is a bit unusual, since it stands in for both normal and medium condensed. After several trials, Hirwen decided an intermediate weight rendered much better both for document display and in print. Secondly, he took great care to keep readability excellent, and this even for italics. This font family is particularly well suited for text, display, or presentations. It is also ideal for all Web publications. It can serve as alternative to “Times New Roman” and other similar fonts.
We can use yum
or dnf
to install adf-tribun-fonts
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install adf-tribun-fonts.
Install adf-tribun-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 adf-tribun-fonts
using dnf
by running the following command:
sudo dnf -y install adf-tribun-fonts
Install adf-tribun-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 adf-tribun-fonts
using yum
by running the following command:
sudo yum -y install adf-tribun-fonts
How To Uninstall adf-tribun-fonts on Fedora 36
To uninstall only the adf-tribun-fonts
package we can use the following command:
sudo dnf remove adf-tribun-fonts
adf-tribun-fonts Package Contents on Fedora 36
/etc/fonts/conf.d/60-adf-tribun-fonts.conf
/usr/share/doc/adf-tribun-fonts
/usr/share/doc/adf-tribun-fonts/NOTICE.txt
/usr/share/fontconfig/conf.avail/60-adf-tribun-fonts.conf
/usr/share/fonts/adf-tribun-fonts
/usr/share/fonts/adf-tribun-fonts/TribunADFStd-Bold.otf
/usr/share/fonts/adf-tribun-fonts/TribunADFStd-BoldCond.otf
/usr/share/fonts/adf-tribun-fonts/TribunADFStd-BoldCondItalic.otf
/usr/share/fonts/adf-tribun-fonts/TribunADFStd-BoldItalic.otf
/usr/share/fonts/adf-tribun-fonts/TribunADFStd-Cond.otf
/usr/share/fonts/adf-tribun-fonts/TribunADFStd-CondItalic.otf
/usr/share/fonts/adf-tribun-fonts/TribunADFStd-ExtraBold.otf
/usr/share/fonts/adf-tribun-fonts/TribunADFStd-ExtraBoldItalic.otf
/usr/share/fonts/adf-tribun-fonts/TribunADFStd-Italic.otf
/usr/share/fonts/adf-tribun-fonts/TribunADFStd-Medium.otf
/usr/share/fonts/adf-tribun-fonts/TribunADFStd-MediumItalic.otf
/usr/share/fonts/adf-tribun-fonts/TribunADFStd-Regular.otf
/usr/share/licenses/adf-tribun-fonts
/usr/share/licenses/adf-tribun-fonts/COPYING
/usr/share/metainfo/org.fedoraproject.adf-tribun-fonts.metainfo.xml
References
Summary
In this tutorial we learn how to install adf-tribun-fonts
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).