Set font weight

This commit is contained in:
rydesun 2020-02-25 14:51:01 +08:00
parent 5b34502156
commit 06689ba55e

View file

@ -250,4 +250,14 @@
</edit>
</match>
<!-- enhance min weight -->
<match target="pattern">
<test name="weight" compare="eq"><const>regular</const></test>
<edit name="weight" mode="assign" binding="strong"><const>medium</const></edit>
</match>
<match target="pattern">
<test name="prgname" compare="eq"><string>Firefox</string></test>
<edit name="weight" mode="assign" binding="strong"><int>400</int></edit>
</match>
</fontconfig>