Blob Blame History Raw
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
  <match target="scan">
    <test name="family">
      <string>Ethiopic WashRa Bold</string>
    </test>
    <test name="style">
      <string>Bold</string>
    </test>
    <edit name="family">
      <string>Ethiopic Washra</string>
    </edit>
    <edit name="fullname">
      <string>Ethiopic Washra Bold</string>
    </edit>
    <edit name="weight">
      <int>700</int>
    </edit>
  </match>
  <alias binding="same">
    <family>Ethiopic WashRa Bold</family>
    <accept>
      <family>Ethiopic Washra</family>
    </accept>
  </alias>
  <match target="scan">
    <test name="family">
      <string>Ethiopic WashRa SemiBold</string>
    </test>
    <test name="style">
      <string>Bold</string>
    </test>
    <edit name="family">
      <string>Ethiopic Washra</string>
    </edit>
    <edit name="style">
      <string>DemiBold</string>
    </edit>
    <edit name="fullname">
      <string>Ethiopic Washra DemiBold</string>
    </edit>
    <edit name="weight">
      <int>600</int>
    </edit>
  </match>
  <alias binding="same">
    <family>Ethiopic WashRa SemiBold</family>
    <accept>
      <family>Ethiopic Washra</family>
    </accept>
  </alias>
  <alias>
    <family>serif</family>
    <prefer>
      <family>Ethiopic Washra</family>
    </prefer>
  </alias>
  <alias>
    <family>Ethiopic Washra</family>
    <default>
      <family>serif</family>
    </default>
  </alias>
</fontconfig>