Merge pull request #293 from pat-s/patch-1
Set Symbola as the fallback font for monospace fonts
This commit is contained in:
commit
4b8d80ed67
1 changed files with 6 additions and 0 deletions
|
@ -19,6 +19,12 @@
|
||||||
<prefer><family>Inconsolata</family></prefer>
|
<prefer><family>Inconsolata</family></prefer>
|
||||||
</alias>
|
</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>
|
</fontconfig>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue