Copy '/etc/fonts' from the latest build environment

This suppresses many warnings associated with fontconfig.
This commit is contained in:
dolphin6k 2022-12-09 08:58:06 +09:00
parent a1ffaaa161
commit e61b39490b
51 changed files with 0 additions and 3512 deletions

View file

@ -1,19 +0,0 @@
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<!-- Fix-ups for Delicious family -->
<!-- Delicious 'heavy' variant says its Medium weight -->
<match target="scan">
<test name="family">
<string>Delicious</string>
</test>
<test name="style">
<string>Heavy</string>
</test>
<edit name="weight">
<const>heavy</const>
</edit>
</match>
</fontconfig>