Update fonts.conf

This commit is contained in:
Patrick Schratz 2019-05-05 20:29:37 +02:00 committed by GitHub
parent a9ff1f56c7
commit c28d66bae8

View file

@ -19,6 +19,12 @@
<prefer><family>Inconsolata</family></prefer>
</alias>
<!-- This sets Symbola as the final fallback font for the monospace font family. -->
<match target="pattern">
<test name="family"><string>monospace</string></test>
<edit name="family" mode="append"><string>Symbola</string></edit>
</match>
</fontconfig>