this post was submitted on 11 Nov 2023
0 points (NaN% liked)

Linux

48009 readers
842 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 is your "basic" list of fonts every linux desktop user should install ?

top 20 comments
sorted by: hot top controversial new old
[–] Knusper@feddit.de 0 points 11 months ago

I use Fira Sans and Fira Mono for everything.

[–] harry315@feddit.de 0 points 1 year ago

Libertinus Serif (much nicer Times New Roman-ish serif text font. Huge amount of glyphs, open source font license, great to read on display and on print)

Lato (Sans font which imo compliments Libertinus Serif really good. More for short texts, headlines etc. I wouldn't recommend it as a UI font. Also permissive font license.)

[–] gkpy@feddit.de 0 points 11 months ago* (last edited 11 months ago)

I always use https://luciole-vision.com/luciole-en.html to typeset documents like letters and such. I find it pleasant looking and it is supposedly easy to read for people with dyslexia.

[–] merde@sh.itjust.works 0 points 1 year ago (1 children)

futura ❤️

recently, upon reading about its typographer's ideas about it, i'm trying avenir over frutiger

[–] federalreverse@feddit.de 0 points 1 year ago (1 children)

All three not just proprietary but also expensive, unless you copy them off a Mac OS install.

[–] Pantherina@feddit.de 0 points 11 months ago

Torrenting my friend

[–] Bankenstein@feddit.de 0 points 11 months ago

Sofia Sans, JetBrains Mono/Iosevka/Fira Code, noto-fonts-emoji if you want emoji to work, maybe Atkinson Hyperlegible if that's your thing

[–] Pantherina@feddit.de 0 points 11 months ago* (last edited 11 months ago) (1 children)

Mscorefonts.

Remind me to send a link, the only way to get them seems to be from Windows, pretty stupid. Calibri, Times, Cambria, damn Comic Sans, these.

[–] cmnybo@discuss.tchncs.de 0 points 11 months ago (1 children)

If you don't want to get them from microsoft, you can purchase a license elsewhere. Microsoft allows them to be distributed freely as long as the files are not modified. That's why they are always packaged in an executable installer.

[–] Pantherina@feddit.de 0 points 11 months ago (1 children)

Hahah purchase a license. I dont get it, these are just ttf files that are needed for basic compatibility

[–] cmnybo@discuss.tchncs.de 0 points 11 months ago (1 children)

Those fonts are not free. They may be just ttf files, but there is a massive amount of work that goes into creating a font with unicode support. If you just want fonts for basic compatibility, you can use open source fonts with compatible metrics such as the Liberation fonts or use the microsoft core fonts that haven't been updated in 20 years.

[–] Pantherina@feddit.de 0 points 11 months ago (1 children)

Yes I know. But I mean microsoft will not get poor if we share their proprietary fonts they set as default on all documents.

Btw how are fonts integrated in PDFs? You can load the documents without the fonts installed

[–] cmnybo@discuss.tchncs.de 0 points 11 months ago (1 children)

Many fonts have a license that allows them to be embedded in a pdf. Newer fonts usually have a flag that tells the software if the font can be embedded or not, not all software respects that flag though. Older fonts don't have the flag and will embed even if you are not allowed to embed them.

[–] Pantherina@feddit.de 0 points 11 months ago

Thanks for the info! So the entire .ttf package is embedded, or every single character as SVG? Damn that sounds like a waste of space compared to HTML where fonts with alternatives and fallback also work.

[–] airikr@lemmy.ml 0 points 1 year ago (1 children)

For me personally, it's Victor Mono and Iosevka. Victor Mono for desktop and Iosevka for VSCodium.

[–] snaggen@programming.dev 0 points 11 months ago (1 children)

Just looked at the screenshot on the Victor Mono page and the kerning makes me want to rip my eyes out....

[–] airikr@lemmy.ml 0 points 11 months ago (1 children)
[–] WhiteHotaru@feddit.de 0 points 11 months ago (1 children)

Not OP, but if you look at the Hello World code example, the “HelloWorld” class is visually divided at the l’s and the o and W are glued together. Looks more like “Hel l oWorld”.

[–] airikr@lemmy.ml 0 points 11 months ago (1 children)

That's because Victor Mono are a tabular font meaning equal width no matter what character it is :) I find it nice.

[–] WhiteHotaru@feddit.de 0 points 11 months ago

If it works for you, that’s fine. You are right with the monospaced font being limited to the boxes. Jetbrains mono uses ligatures to overcome certain spacing limits. On top of this some characters are designed to connect better to their surroundings, as the „l“ mentioned, which is not just a stroke, but connects to the neighboring characters with the top and bottom strokes.