Chicago95/Extras/99-ms-sans-serif.conf
EMH-Mark-I b01c650046 Update for testing Whisker menu
Testing branding themes in the Whisker Menu to replicate Windows95 branding seen in the Start Menu
Updating the MS Sans serif font config file to enable font hinting. As well as update install instructions
2020-03-25 00:40:41 -05:00

19 lines
463 B
XML

<?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 name="antialias" mode="assign">
<bool>false</bool>
</edit>
<edit name="hinting" mode="assign">
<bool>true</bool>
</edit>
<edit name="embolden" mode="assign">
<bool>false</bool>
</edit>
</match>
</fontconfig>