Package Details: nerd-fonts-fontconfig 1.0.1-3

Git Clone URL: https://aur.archlinux.org/nerd-fonts-fontconfig.git (read-only, click to copy)
Package Base: nerd-fonts-fontconfig
Description: Fontconfig for Nerd Fonts Symbols
Upstream URL: None
Licenses: MIT
Submitter: mochaa
Maintainer: None
Last Packager: mochaa
Votes: 2
Popularity: 0.000026
First Submitted: 2021-11-21 07:58 (UTC)
Last Updated: 2023-05-04 05:37 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Pinned Comments

Aftermath commented on 2024-02-10 21:45 (UTC) (edited on 2024-02-10 21:46 (UTC) by Aftermath)

This package depends on ttf-nerd-fonts-symbols which in turn depends on ttf-nerd-fonts-symbols-common which in turn provides /usr/share/fontconfig/conf.avail/10-nerd-font-symbols.conf preset which is a superset of what provided by this package, and already includes:

      <alias>
        <family>monospace</family>
        <prefer><family>Symbols Nerd Font</family></prefer>
      </alias>

This package just duplicates a minor part of the original preset with an even lower priority one! (75 has lower priority to 15 when applying fontconfig configuration)

To use the original preset, one just need to:

# ln -s /usr/share/fontconfig/conf.avail/10-nerd-font-symbols.conf /etc/fonts/conf.d/ 

Latest Comments

ROLduff commented on 2024-10-14 00:01 (UTC)

@Aftermath : in my case it's useful. Couldn't tell you why but with my font setup this made a difference, I'm using it for powerlevel10k zsh prompt and bat etc. (I have google, apple, microsoft etc fonts so maybe something is taking priority somehow)

Also, are you certain of that priority rule? For networking, higher numerical priority is, well, higher. Niceness is the opposite. (I double checked the wiki and discussion on the fontconfig page and am still confused, it seems like higher numbers are loaded later and therefore take priority, but the main page does state the logic of lower numbers taking priority)

Aftermath commented on 2024-02-10 21:45 (UTC) (edited on 2024-02-10 21:46 (UTC) by Aftermath)

This package depends on ttf-nerd-fonts-symbols which in turn depends on ttf-nerd-fonts-symbols-common which in turn provides /usr/share/fontconfig/conf.avail/10-nerd-font-symbols.conf preset which is a superset of what provided by this package, and already includes:

      <alias>
        <family>monospace</family>
        <prefer><family>Symbols Nerd Font</family></prefer>
      </alias>

This package just duplicates a minor part of the original preset with an even lower priority one! (75 has lower priority to 15 when applying fontconfig configuration)

To use the original preset, one just need to:

# ln -s /usr/share/fontconfig/conf.avail/10-nerd-font-symbols.conf /etc/fonts/conf.d/ 

mochaa commented on 2023-05-04 05:37 (UTC)

@khanzink updated.

mochaa commented on 2023-05-02 03:46 (UTC)

Thanks for the feedback, will update soon.

khanzink commented on 2023-05-02 03:35 (UTC)

ttf-nerd-fonts-symbols-2048-em replaced with ttf-nerd-fonts-symbols in community

rautesamtr commented on 2022-09-04 08:07 (UTC)

Breaks with ttf-nerd-fonts-symbols-*-em in community