You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
google-roboto-fonts/64-google-roboto-fontconfig...

50 lines
1019 B

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
<fontconfig>
<alias>
<family>sans-serif</family>
<prefer>
<family>Roboto</family>
</prefer>
</alias>
<alias>
<family>Roboto</family>
<default>
<family>sans-serif</family>
</default>
</alias>
<match target="scan">
<test name="style">
<string>Thin</string>
</test>
<edit name="weight">
<const>thin</const>
</edit>
</match>
<match target="scan">
<test name="style">
<string>Thin Italic</string>
</test>
<edit name="weight">
<const>thin</const>
</edit>
</match>
<match target="scan">
<test name="style">
<string>Black</string>
</test>
<edit name="weight">
<const>black</const>
</edit>
</match>
<match target="scan">
<test name="style">
<string>Black Italic</string>
</test>
<edit name="weight">
<const>black</const>
</edit>
</match>
</fontconfig>