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.
gentoo-overlay/media-fonts/roboto/files/90-roboto-regular.conf

15 lines
438 B

<?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>