Compare commits

..

No commits in common. "a86329557621ca494227d892bfb1c9331e0c16f7" and "b790e2569341cc318064f0f9c985de5b6f973b13" have entirely different histories.

1 changed files with 13 additions and 26 deletions

View File

@ -17,7 +17,7 @@
<alias> <alias>
<family>monospace</family> <family>monospace</family>
<prefer> <prefer>
<family>Fira Code</family> <family>Fantasque Sans Mono</family>
</prefer> </prefer>
</alias> </alias>
<alias> <alias>
@ -27,27 +27,24 @@
</prefer> </prefer>
</alias> </alias>
<!-- by default fontconfig assumes any unrecognized font is sans-serif, so -->
<!-- the fonts above now have /both/ families. fix this. -->
<!-- note that "delete" applies to the first match -->
<match>
<test compare="eq" name="family">
<string>sans-serif</string>
</test>
<test compare="eq" name="family">
<string>monospace</string>
</test>
<edit mode="delete" name="family"/>
</match>
<!-- emoji support --> <!-- emoji support -->
<match> <match>
<test name="family"> <test name="family">
<string>serif</string> <string>serif</string>
</test> </test>
<edit name="family" mode="prepend" binding="weak">
<string>emoji</string>
</edit>
</match>
<match>
<test name="family"> <test name="family">
<string>sans-serif</string> <string>sans-serif</string>
</test> </test>
<edit name="family" mode="prepend" binding="weak">
<string>emoji</string>
</edit>
</match>
<match>
<test name="family"> <test name="family">
<string>monospace</string> <string>monospace</string>
</test> </test>
@ -58,21 +55,11 @@
<!-- powerline symbols --> <!-- powerline symbols -->
<match> <match>
<test qual="any" name="family"> <test name="family">
<string>monospace</string> <string>monospace</string>
</test> </test>
<edit name="family" mode="prepend"> <edit name="family" mode="prepend">
<string>PowerlineSymbols</string> <string>PowerlineSymbols</string>
</edit> </edit>
</match> </match>
</fontconfig>
<!-- nerd symbols -->
<match>
<test qual="any" name="family">
<string>monospace</string>
</test>
<edit name="family" mode="prepend">
<string>Symbols Nerd Font</string>
</edit>
</match>
</fontconfig>