Basic fonts
What is your “basic” list of fonts every linux desktop user should install ?
What is your “basic” list of fonts every linux desktop user should install ?
omnissiah, Beware font fingerprinting
nothendev, Monocraft JetBrainsMono Nerd Font Mono everywhere. Like. E V E R Y W H E R E
superbirra, lol after being exposed to it a bit because gitlab.com I’ve decided it’s my best font forever <3 I’ve configured it everywhere a monospaced font is used including gitk and termux on my phone hahaha so cool
gkpy, (edited ) 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.
DaveedMee, i usually import all Windows fonts and some nerdfonts for terminal
BRINGit34, terminus-font.sourceforge.net this has been my favorite for a while. It keeps the retro sort of look while still being actually ledgible
possiblylinux127, I just left the defaults
climateserver8538, (edited ) Just started using the Inter Display fonts and IBM Plex Mono fonts for my GNOME desktop.
Both are packaged in Debian.
There is even a discussion about making Inter the default font for GNOME: gitlab.gnome.org/GNOME/…/52
Knusper, I use Fira Sans and Fira Mono for everything.
jvrava9, Chad
Bankenstein, Sofia Sans, JetBrains Mono/Iosevka/Fira Code, noto-fonts-emoji if you want emoji to work, maybe Atkinson Hyperlegible if that’s your thing
radioactiveradio, Comic neue, must have for all the important legal documents.
mhz, Dejavu is the right font for me for both ebglush and arabic letters.
Railison, Computer Modern, the font of LaTeX
caron, (edited ) Liberation fonts, Noto fonts, Deja Vu fonts and Nimbus fonts pretty much. Add in Cantarell too and you are set I would say. Those are the ones you should install for compatibility.
I always install Inter for UI and JetBrains Mono for terminal usage. I find they render way better than pretty much anything else.
Update: Discovered Geist and Geist Mono and they are amazing, I am going to replace Inter and JetBrains Mono from now on: github.com/vercel/geist-font
popekingjoe, I always install the Noto fonts for things like emojis and asian characters, extra fonts to cover the Cyrillic alphabet, and finally OnePlus’s Slate font, which I fell in love with back in the days when I rocked a OnePlus 7 Pro.
Pantherina, (edited ) 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, 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, Hahah purchase a license. I dont get it, these are just ttf files that are needed for basic compatibility
cmnybo, 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, 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, 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, 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.
cmnybo, Typically, only the glyphs for the characters used in the PDF are embedded.
Add comment