Add MS Sans Serif font + config file to repo

This commit is contained in:
Braden Farmer 2019-07-03 00:23:09 -06:00
parent 8bab346991
commit a11ffaf4d5
2 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
<?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>
<match target="font">
<test name="family" qual="any" compare="eq">
<string>Microsoft Sans Serif</string>
</test>
<edit mode="assign" name="antialias">
<bool>false</bool>
</edit>
<edit mode="assign" name="hinting">
<bool>false</bool>
</edit>
</match>
</fontconfig>

Binary file not shown.