blob: 924c2bf9615d35528abcf0f682d3d9ffc9e1a719 [file] [log] [blame]
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="pattern">
<test name="family" compare="eq"><string>Roboto</string></test>
<edit name="weight" mode="append"><const>regular</const></edit>
</match>
<match target="pattern">
<test name="family" compare="eq"><string>Roboto Condensed</string></test>
<edit name="weight" mode="append"><const>regular</const></edit>
</match>
</fontconfig>