This repository provides RPM packaging for the Inter font family, making it easy to install and update the Inter fonts on RPM-based Linux distributions (Fedora, CentOS, RHEL, openSUSE, etc).
You can install the Inter fonts from the Copr repository (if available):
sudo dnf copr enable burhanverse/inter-fonts
sudo dnf install inter-fonts-
Clone this repository:
git clone https://github.com/Burhanverse/inter-fonts.git cd inter-fonts -
Create the source tarball:
tar czf fonts.tar.gz fonts
-
Build the RPM:
rpmbuild -ba inter.spec
-
Install the RPM:
sudo dnf install ~/rpmbuild/RPMS/noarch/inter-fonts-*.rpm
The Inter font family is licensed under the SIL Open Font License 1.1.
- Inter font by Rasmus Andersson
- RPM packaging by Burhanverse