Compare commits
No commits in common. "a86329557621ca494227d892bfb1c9331e0c16f7" and "b790e2569341cc318064f0f9c985de5b6f973b13" have entirely different histories.
a863295576
...
b790e25693
|
@ -17,7 +17,7 @@
|
|||
<alias>
|
||||
<family>monospace</family>
|
||||
<prefer>
|
||||
<family>Fira Code</family>
|
||||
<family>Fantasque Sans Mono</family>
|
||||
</prefer>
|
||||
</alias>
|
||||
<alias>
|
||||
|
@ -27,27 +27,24 @@
|
|||
</prefer>
|
||||
</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 -->
|
||||
<match>
|
||||
<test name="family">
|
||||
<string>serif</string>
|
||||
</test>
|
||||
<edit name="family" mode="prepend" binding="weak">
|
||||
<string>emoji</string>
|
||||
</edit>
|
||||
</match>
|
||||
<match>
|
||||
<test name="family">
|
||||
<string>sans-serif</string>
|
||||
</test>
|
||||
<edit name="family" mode="prepend" binding="weak">
|
||||
<string>emoji</string>
|
||||
</edit>
|
||||
</match>
|
||||
<match>
|
||||
<test name="family">
|
||||
<string>monospace</string>
|
||||
</test>
|
||||
|
@ -58,21 +55,11 @@
|
|||
|
||||
<!-- powerline symbols -->
|
||||
<match>
|
||||
<test qual="any" name="family">
|
||||
<test name="family">
|
||||
<string>monospace</string>
|
||||
</test>
|
||||
<edit name="family" mode="prepend">
|
||||
<string>PowerlineSymbols</string>
|
||||
</edit>
|
||||
</match>
|
||||
|
||||
<!-- 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>
|
||||
</fontconfig>
|
Loading…
Reference in New Issue