<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE fontconfig SYSTEM "urn:fontconfig:fonts.dtd">
<fontconfig>
  <match>
    <test name="lang" compare="contains">
      <string>am</string>
    </test>
    <test name="family">
      <string>serif</string>
    </test>
    <edit name="family" mode="prepend">
      <string>Noto Serif Ethiopic</string>
    </edit>
  </match>
  <match>
    <test name="lang" compare="contains">
      <string>byn</string>
    </test>
    <test name="family">
      <string>serif</string>
    </test>
    <edit name="family" mode="prepend">
      <string>Noto Serif Ethiopic</string>
    </edit>
  </match>
  <match>
    <test name="lang" compare="contains">
      <string>gez</string>
    </test>
    <test name="family">
      <string>serif</string>
    </test>
    <edit name="family" mode="prepend">
      <string>Noto Serif Ethiopic</string>
    </edit>
  </match>
  <match>
    <test name="lang" compare="contains">
      <string>sid</string>
    </test>
    <test name="family">
      <string>serif</string>
    </test>
    <edit name="family" mode="prepend">
      <string>Noto Serif Ethiopic</string>
    </edit>
  </match>
  <match>
    <test name="lang" compare="contains">
      <string>ti-er</string>
    </test>
    <test name="family">
      <string>serif</string>
    </test>
    <edit name="family" mode="prepend">
      <string>Noto Serif Ethiopic</string>
    </edit>
  </match>
  <match>
    <test name="lang" compare="contains">
      <string>ti-et</string>
    </test>
    <test name="family">
      <string>serif</string>
    </test>
    <edit name="family" mode="prepend">
      <string>Noto Serif Ethiopic</string>
    </edit>
  </match>
  <match>
    <test name="lang" compare="contains">
      <string>tig</string>
    </test>
    <test name="family">
      <string>serif</string>
    </test>
    <edit name="family" mode="prepend">
      <string>Noto Serif Ethiopic</string>
    </edit>
  </match>
  <match>
    <test name="lang" compare="contains">
      <string>wal</string>
    </test>
    <test name="family">
      <string>serif</string>
    </test>
    <edit name="family" mode="prepend">
      <string>Noto Serif Ethiopic</string>
    </edit>
  </match>
  <alias>
    <family>Noto Serif Ethiopic</family>
    <default>
      <family>serif</family>
    </default>
  </alias>

</fontconfig>
