Live data from Hacker News

Fnt: apt for fonts

github.com

1–10 of 47 posts

Re: Fnt: apt for fonts

#5
"apt for fonts" is called apt.

If you want the testing fonts, you add:

/etc/apt/sources.d/fonts.list:

deb http://http.debian.net/debian sid main contrib non-free

and

/etc/apt/preferences.d/pinning:

Package: fonts-* Pin: release a=testing Pin-Priority: 600

(priority between 500 and 989 means "causes a version to be installed unless there is a version available belonging to the target release or the installed version is more recent")

and after you apt update, you have access to sid.

Re: Fnt: apt for fonts

#6
Managing fonts is not great on Linux in general. I'll make sure I give this a go.

A good font can make a big difference if you are in the terminal or editor all day. It's a pain to get unity between them though.

Re: Fnt: apt for fonts

#9

If you're on macOS, I can't say I really see the advantage to this over using the built-in Fontbook. Perhaps if you manage a lot of machines...

Or, even better, https://github.com/Homebrew/homebrew-cask-fonts

1. No GUI needed

2. Discoverable and searchable directly through Brew

Re: Fnt: apt for fonts

#10
post #5

"apt for fonts" is called apt. If you want the testing fonts, you add: /etc/apt/sources.d/fonts.list: deb http://http.debian.net/debian sid main contrib non-free and /etc/apt/preferences.d/pinning: Package: fonts-* Pin: release a=testing Pin-Priority: 600 (priority between 500 and 989 means "causes a version to be installed unless there is a version available belonging to the target release or the installed version i…

...unless you're not on a Debian-based distribution.
Post reply on HN