2013-10-28 15:19:02 +04:00
|
|
|
<?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>
|
2013-11-06 16:01:54 +04:00
|
|
|
<match target="pattern">
|
|
|
|
<test name="family" compare="eq"><string>Roboto Condensed</string></test>
|
|
|
|
<edit name="weight" mode="append"><const>regular</const></edit>
|
|
|
|
</match>
|
2013-10-28 15:19:02 +04:00
|
|
|
|
|
|
|
</fontconfig>
|