Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inter Fonts RPM Packaging

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).

Installation

Using Copr (Recommended)

You can install the Inter fonts from the Copr repository (if available):

sudo dnf copr enable burhanverse/inter-fonts
sudo dnf install inter-fonts

Manual RPM Build & Install

  1. Clone this repository:

    git clone https://github.com/Burhanverse/inter-fonts.git
    cd inter-fonts
  2. Create the source tarball:

    tar czf fonts.tar.gz fonts
  3. Build the RPM:

    rpmbuild -ba inter.spec
  4. Install the RPM:

    sudo dnf install ~/rpmbuild/RPMS/noarch/inter-fonts-*.rpm

License

The Inter font family is licensed under the SIL Open Font License 1.1.

Credits

Releases

Packages

Contributors