this post was submitted on 15 Apr 2025
8 points (90.0% liked)

Linux

53912 readers
691 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 6 years ago
MODERATORS
 

Hi all. I am facing problems with fonts rendering on my 2 different laptops. The only difference is in the OS: one runs Arch and the other runs Fedora. Both run latest i3wm and i3status and use the same config files.

On Fedora, the fonts are rendered beautifully with colors. On Arch, it is just black and white line. You can see them clearly here: https://imgur.com/a/QtJyRiJ. Top image is Arch and the bottom one is Fedora's.

How do I get Arch to render just like the polybar on Fedora? For the font, on Arch , I installed ttf-font-awesome. In LX Appearance, I would then have: Font Awesome 6, Font Awesome 6 Brands and Font Awesome 4 Compatibility.

On Fedora, I installed a bunch of stuff like fontawesome-6-free-fonts, fontawesome-6-brand-fonts and fontawesome-fonts-all. Here, LX Appearance shows Font Awesome 6 and Font Awesome 4

In i3 config, I just have:

font pango:Font Awesome 12

to set the fonts. But the results are so much difference as you can see from the link.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 2 weeks ago (1 children)

Those aren't fonts, those are icon sets.

[–] Shihali 1 points 2 weeks ago

Font Awesome is a font that uses codepoints in the "Private Use Area" for icons. (The Private Use Area is a chunk of Unicode specifically set aside for any font to put any image they want in there, instead of expecting a certain codepoint to display as a specific letter.)

To the OP: I don't know much about this, but if you use a different app, does Arch's Font Awesome show as the colored or B&W version? You might have to try a wide variety of apps due to competing color font standards.