]> git.pld-linux.org Git - packages/fonts-TTF-Google-noto.git/blob - 66-google-noto-sans-meeteimayek.conf
- rel.2 - typo fixed
[packages/fonts-TTF-Google-noto.git] / 66-google-noto-sans-meeteimayek.conf
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
3 <fontconfig>
4 <match>
5   <test name="lang">
6     <string>mni</string>
7   </test>
8   <test name="family">
9     <string>sans-serif</string>
10   </test>
11   <edit name="family" mode="prepend">
12     <string>Noto Sans Meetei Mayek</string>
13   </edit>
14 </match>
15
16 <match target="font">
17   <test name="family" compare="eq">
18     <string>Noto Sans Meetei Mayek</string>
19   </test>
20   <edit name="autohint" mode="assign">
21     <bool>true</bool>
22   </edit>
23 </match>
24
25 <alias>
26   <family>Noto Sans Meetei Mayek</family>
27   <default>
28     <family>sans-serif</family>
29   </default>
30 </alias>
31 </fontconfig>
32
This page took 0.054231 seconds and 3 git commands to generate.