I'm transitioning to a new PC with Linux, currently using Ubuntu but considering switching to Debian or a gaming-focused distro like Bazzite. I need a low-vision accessible font to help with eye strain, specifically I'm looking for Atkinson Hyperlegible. I've downloaded the font from Google Fonts and attempted to install it, but I can't find it in any font menu. Can anyone provide a step-by-step guide for system-wide font installation or recommend a pre-installed font that's suitable for low vision?
5 Answers
Considering programming fonts can be great for readability! If you want something that helps with clarity, you might want to explore those options. They often differentiate characters well, which could help reduce strain while coding.
To install fonts system-wide, you can use the command line. If you're comfortable with it, run `apt install fnt` as root. This will help you install fonts globally. You can check `/usr/bin/fnt` to know where the fonts are installed.
If you're into exploring more fonts, check out Fontmatrix in your software manager. It's a handy tool to manage and preview fonts. As for fun fonts, I really like Hawaii Killer! You can find it online easily.
On Ubuntu, you might also find it easiest to just double-click the font file after downloading it, which should bring up a viewer where you can click 'Install' directly. It's a quick way to check if it installs correctly!
For global access, place your font files in `/usr/local/share/fonts`. If you want the font available only to your user account, use `~/local/share/fonts`. Don't forget to log out and back in after installation so your system recognizes the new font! Note that some distros like Bazzite might complicate things because they're immutable. Debian is a great choice for stability, and they have a ton of font packages available.
Makes sense! I'm leaning towards Debian for stability.

Awesome, thank you!