45b20e3
45b20e3
45b20e3
<fontconfig>
45b20e3
        <alias>
45b20e3
          <family>sans-serif</family>
45b20e3
            <prefer>
45b20e3
              <family>Roboto</family>
45b20e3
            </prefer>
45b20e3
        </alias>
45b20e3
        <alias>
45b20e3
          <family>Roboto</family>
45b20e3
            <default>
45b20e3
              <family>sans-serif</family>
45b20e3
            </default>
45b20e3
        </alias>
45b20e3
	<match target="scan">
45b20e3
		<test name="style">
45b20e3
			<string>Thin</string>
45b20e3
		</test>
45b20e3
		<edit name="weight">
45b20e3
			<const>thin</const>
45b20e3
		</edit>
45b20e3
	</match>
45b20e3
	<match target="scan">
45b20e3
		<test name="style">
45b20e3
			<string>Thin Italic</string>
45b20e3
		</test>
45b20e3
		<edit name="weight">
45b20e3
			<const>thin</const>
45b20e3
		</edit>
45b20e3
	</match>
45b20e3
	<match target="scan">
45b20e3
		<test name="style">
45b20e3
			<string>Black</string>
45b20e3
		</test>
45b20e3
		<edit name="weight">
45b20e3
			<const>black</const>
45b20e3
		</edit>
45b20e3
	</match>
45b20e3
	<match target="scan">
45b20e3
		<test name="style">
45b20e3
			<string>Black Italic</string>
45b20e3
		</test>
45b20e3
		<edit name="weight">
45b20e3
			<const>black</const>
45b20e3
		</edit>
45b20e3
	</match>
45b20e3
</fontconfig>
45b20e3