We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Querying the fontconfig library with fc-list :spacing=100 fails to display Azeret as a monospaced font.
fc-list :spacing=100
The text was updated successfully, but these errors were encountered:
Just saw the same. Monospaced flag not set, which prevents it from showing up in some apps as an available programming font.
Sorry, something went wrong.
As a workaround, you can drop the following configuration into a .conf file in ~/.config/fontconfig/conf.d/ or /etc/fontconfig/conf.d/:
~/.config/fontconfig/conf.d/
/etc/fontconfig/conf.d/
<?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <fontconfig> <match target="font"> <test name="family"> <string>Azeret Mono</string> </test> <edit name="spacing" mode="assign"> <const>mono</const> </edit> </match> </fontconfig>
No branches or pull requests
Querying the fontconfig library with
fc-list :spacing=100
fails to display Azeret as a monospaced font.The text was updated successfully, but these errors were encountered: