Merge pull request #293 from pat-s/patch-1

Set Symbola as the fallback font for monospace fonts
This commit is contained in:
Luke Smith 2019-05-08 21:21:40 -04:00 committed by GitHub
commit 4b8d80ed67

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>