google-noto-fonts/66-google-noto-sans-ethiopic.conf
Akira TAGOH 875600d135 Make Display and UI fonts lower priority.
Add more languages to google-noto-*-devanagari.conf, google-noto-sans-ethiopic.conf,
  and google-noto-sans-hebrew.conf
2018-12-17 07:44:09 +00:00

108 lines
2.1 KiB
XML

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