sebastiencs / icons-in-terminal

Use any fonts in the terminal without replacing or patching
MIT License
984 stars 46 forks source link

Fontconfig error: "/home/user/.config/fontconfig/conf.d/30-icons.conf", line 21: not well-formed (invalid token) #36

Open 1m-N00b opened 3 years ago

1m-N00b commented 3 years ago

line 21 on /.config/fontconfig/conf.d/30-icons.conf

21|  <alias><family>B&H LucidaTypewriter</family><prefer><family>icons-in-terminal</family></prefer></alias>

I think it's in the name of the font '&' I think that's what's causing the problem.

ed9w2in6 commented 8 months ago

Yes you are right in XML you must use &amp; to escape &.