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
-
Arch linux: following a recent update my nerd hack font displayed incorrectly. See folder arrows: |
Beta Was this translation helpful? Give feedback.
Answered by
alex-courtis
Aug 30, 2022
Replies: 1 comment
-
Resolved by removing / installing Ensure that the monospace alias is correctly specified in <?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<alias>
<family>monospace</family>
<prefer>
<family>Hack Nerd Font</family>
</prefer>
</alias>
</fontconfig> |
Beta Was this translation helpful? Give feedback.
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
Resolved by removing / installing
nerd-fonts-hack
package.Ensure that the monospace alias is correctly specified in
$XDG_CONFIG_HOME/fontconfig/fonts.conf
: