Fnt: apt for fonts
github.com
Fnt: apt for fonts
1–10 of 47 posts
Re: Fnt: apt for fonts
#2Re: Fnt: apt for fonts
#3Re: Fnt: apt for fonts
#4Re: Fnt: apt for fonts
#5If 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
#6A 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
#7If 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...
Re: Fnt: apt for fonts
#8Re: Fnt: apt for fonts
#9If 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...
1. No GUI needed
2. Discoverable and searchable directly through Brew
Re: Fnt: apt for fonts
#10"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…