How To Install ht-caladea-fonts on Fedora 36
Introduction
In this tutorial we learn how to install ht-caladea-fonts
on Fedora 36.
What is ht-caladea-fonts
Caladea is a free modern, friendly serif font family based on Cambo (https and Andrés Torresi for Huerta Tipográfica in 2012. Cambo is a modern Latin typeface inspired by the contrast, style and ornaments of Khmer typefaces and writing styles. Its main objective is to be used to write Latin texts in a Khmer context, but it is also an elegant choice for all kinds of texts. Caladea is metric-compatible with Cambria font.
We can use yum
or dnf
to install ht-caladea-fonts
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ht-caladea-fonts.
Install ht-caladea-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 ht-caladea-fonts
using dnf
by running the following command:
sudo dnf -y install ht-caladea-fonts
Install ht-caladea-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 ht-caladea-fonts
using yum
by running the following command:
sudo yum -y install ht-caladea-fonts
How To Uninstall ht-caladea-fonts on Fedora 36
To uninstall only the ht-caladea-fonts
package we can use the following command:
sudo dnf remove ht-caladea-fonts
ht-caladea-fonts Package Contents on Fedora 36
/etc/fonts/conf.d/30-0-ht-caladea-fonts.conf
/etc/fonts/conf.d/62-ht-caladea-fonts.conf
/usr/share/doc/ht-caladea-fonts
/usr/share/doc/ht-caladea-fonts/AUTHOR.txt
/usr/share/doc/ht-caladea-fonts/CONTRIBUTORS.txt
/usr/share/doc/ht-caladea-fonts/README.md
/usr/share/doc/ht-caladea-fonts/requirements.txt
/usr/share/fontconfig/conf.avail/30-0-ht-caladea-fonts.conf
/usr/share/fontconfig/conf.avail/62-ht-caladea-fonts.conf
/usr/share/fonts/ht-caladea-fonts
/usr/share/fonts/ht-caladea-fonts/Caladea-Bold.otf
/usr/share/fonts/ht-caladea-fonts/Caladea-BoldItalic.otf
/usr/share/fonts/ht-caladea-fonts/Caladea-Italic.otf
/usr/share/fonts/ht-caladea-fonts/Caladea-Regular.otf
/usr/share/licenses/ht-caladea-fonts
/usr/share/licenses/ht-caladea-fonts/OFL.txt
/usr/share/metainfo/org.fedoraproject.ht-caladea-fonts.metainfo.xml
References
Summary
In this tutorial we learn how to install ht-caladea-fonts
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).