this post was submitted on 20 Dec 2024
105 points (98.2% liked)

Linux

49059 readers
544 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

What fonts are you currently using on your system? Which do you think is best for the terminal or for your desktop environment?

(updates) Ok I think I'm a fan of Ubuntu nerd fonts right now

you are viewing a single comment's thread
view the rest of the comments
[–] lord_ryvan@ttrpg.network 2 points 5 days ago* (last edited 5 days ago)

Noto Sans for sans-serif text (and the OS)
It's legible, standard-looking and support about every writing system in the world. You can install it on Debian using # apt install fonts-noto, some others like -cjk and -extra help with the "supports about every writing system in the world"-aspect.

Merriweather for the serif font fallback for the browser, as well as TTRPG campaign printouts
It's very legible, and looks quite sexy for a serif font. There's no package for it currently (although AUR and Nix users might have better luck), it has to be downloaded from Google Fonts

JetBrains Mono for the terminal TUI's
It looks a bit playful, like lego-letters, is legible and supports about every writing system in the world. # apt install fonts-jetbrains-mono.

Although I use...

Verdana for source code
It differentiates every character well and leaves enough space to easily recognise special characters such as brackets. And I don't believe monospace fonts are more legible. It's included in ttf-mscorefonts-installer but the font is not open-source.