OBS-URL: https://build.opensuse.org/request/show/452790 OBS-URL: https://build.opensuse.org/package/show/M17N/fonts-config?expand=0&rev=81
27 lines
560 B
XML
27 lines
560 B
XML
<?xml version='1.0'?>
|
|
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
|
|
<fontconfig>
|
|
|
|
<match target="pattern">
|
|
<test name="force_bw_monospace">
|
|
<bool>true</bool>
|
|
</test>
|
|
<test name="spacing" compare="more_eq">
|
|
<int>100</int>
|
|
</test>
|
|
<edit name="autohint" mode="assign">
|
|
<bool>false</bool>
|
|
</edit>
|
|
<edit name="antialias" mode="assign">
|
|
<bool>false</bool>
|
|
</edit>
|
|
<edit name="hintstyle" mode="assign">
|
|
<const>hintfull</const>
|
|
</edit>
|
|
<edit name="embeddedbitmap" mode="assign">
|
|
<bool>true</bool>
|
|
</edit>
|
|
</match>
|
|
|
|
</fontconfig>
|