Skip to content

Arch Linux: Nerd Hack Font Displaying Incorrectly Following 2022 08 27 Update #1561

Answered by alex-courtis
alex-courtis asked this question in Q&A
Discussion options

You must be logged in to vote

Resolved by removing / installing nerd-fonts-hack package.

Ensure that the monospace alias is correctly specified in $XDG_CONFIG_HOME/fontconfig/fonts.conf:

<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
    <alias>
        <family>monospace</family>
        <prefer>
            <family>Hack Nerd Font</family>
        </prefer>
    </alias>
</fontconfig>

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by alex-courtis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant