Assign basic fonts

This commit is contained in:
Anthony Rose 2020-04-11 22:12:17 +01:00
parent 05f610d4cf
commit a595e787fd

View file

@ -27,6 +27,31 @@
<const>lcddefault</const> <const>lcddefault</const>
</edit> </edit>
</match> </match>
<!-- Assign the basic serif, sans-serif, and monospace font families. -->
<match target="pattern">
<test qual="any" name="family">
<string>serif</string>
</test>
<edit mode="assign" name="family">
<string>Liberation Serif</string>
</edit>
</match>
<match target="pattern">
<test qual="any" name="family">
<string>sans-serif</string>
</test>
<edit mode="assign" name="family">
<string>Liberation Sans</string>
</edit>
</match>
<match target="pattern">
<test qual="any" name="family">
<string>monospace</string>
</test>
<edit mode="assign" name="family">
<string>Liberation Mono</string>
</edit>
</match>
<!-- Substitute basic PostScript fonts with better looking ones. --> <!-- Substitute basic PostScript fonts with better looking ones. -->
<match target="pattern"> <match target="pattern">
<test qual="any" name="family"> <test qual="any" name="family">