google-noto-fonts/66-google-noto-sans-meetei-mayek.conf
Jens Petersen 0677610459 create the fonts subpackages with a macro
%notopkg simplifies spec file a lot.

Currently %_font_pkg is expanded by hand
since it is causing a recursive error.

Names of CJK fonts use short names which is inconsistent with the package naming
2014-12-02 19:13:44 +10:00

33 lines
648 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match>
<test name="lang">
<string>mni</string>
</test>
<test name="family">
<string>sans-serif</string>
</test>
<edit name="family" mode="prepend">
<string>Noto Sans Meetei Mayek</string>
</edit>
</match>
<match target="font">
<test name="family" compare="eq">
<string>Noto Sans Meetei Mayek</string>
</test>
<edit name="autohint" mode="assign">
<bool>true</bool>
</edit>
</match>
<alias>
<family>Noto Sans Meetei Mayek</family>
<default>
<family>sans-serif</family>
</default>
</alias>
</fontconfig>