The (amazing) Hack font in Fedora 25/24

Reading the always awesome Fedora Magazine, I discovered the Hack Font, just take a look:

this beautiful font is not ready in the fedora official repos but we can install it using the corp repo (Thanks a lot Heliocastro),

We can add the repo and install with dnf as follows:

$ sudo dnf copr enable heliocastro/hack-fonts
$ sudo dnf install hack-fonts

Or simply add the repo and install:

# cat > /etc/yum.repos.d/hack-fonts.repo
[heliocastro-hack-fonts]
name=Copr repo for hack-fonts owned by heliocastro
baseurl=https://copr-be.cloud.fedoraproject.org/results/heliocastro/hack-fonts/fedora-$releasever-$basearch/
type=rpm-md
skip_if_unavailable=True
gpgcheck=1
gpgkey=https://copr-be.cloud.fedoraproject.org/results/heliocastro/hack-fonts/pubkey.gpg
repo_gpgcheck=0
enabled=1
enabled_metadata=1
(Now CTRL+D)
# dnf install hack-fonts

Configure your favorite terminal emulator to use it and enjoy:

 

Cheers 🙂

Leave a Reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.