I use Fira Sans and Fira Mono for everything.
Linux
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
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
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.)
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.
futura ❤️
recently, upon reading about its typographer's ideas about it, i'm trying avenir over frutiger
All three not just proprietary but also expensive, unless you copy them off a Mac OS install.
Torrenting my friend
Sofia Sans, JetBrains Mono/Iosevka/Fira Code, noto-fonts-emoji if you want emoji to work, maybe Atkinson Hyperlegible if that's your thing
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.
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.
Hahah purchase a license. I dont get it, these are just ttf files that are needed for basic compatibility
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.
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
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.
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.
For me personally, it's Victor Mono and Iosevka. Victor Mono for desktop and Iosevka for VSCodium.
Just looked at the screenshot on the Victor Mono page and the kerning makes me want to rip my eyes out....
Why? 😄
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”.
That's because Victor Mono are a tabular font meaning equal width no matter what character it is :) I find it nice.
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.