Blame SOURCES/jomolhari-fonts-fontconfig.conf

7c14b0
7c14b0
7c14b0
<fontconfig>
7c14b0
	
7c14b0
	<alias>
7c14b0
		<family>Jomolhari</family>
7c14b0
		<default>
7c14b0
			<family>serif</family>
7c14b0
		</default>
7c14b0
	</alias>
7c14b0
	
7c14b0
	<match>
7c14b0
		<test name="lang">
7c14b0
			<string>bo-cn</string>
7c14b0
		</test>
7c14b0
		<test name="family">
7c14b0
			<string>serif</string>
7c14b0
		</test>
7c14b0
		<edit name="family" mode="prepend">
7c14b0
			<string>Jomolhari</string>
7c14b0
		</edit>
7c14b0
        </match>
7c14b0
        <match>
7c14b0
		<test name="lang">
7c14b0
                        <string>bo-in</string>
7c14b0
                </test>
7c14b0
		<test name="family">
7c14b0
			<string>serif</string>
7c14b0
		</test>
7c14b0
		<edit name="family" mode="prepend">
7c14b0
			<string>Jomolhari</string>
7c14b0
		</edit>
7c14b0
        </match>
7c14b0
        <match>
7c14b0
		<test name="lang">
7c14b0
                        <string>bo</string>
7c14b0
                </test>
7c14b0
		<test name="family">
7c14b0
			<string>serif</string>
7c14b0
		</test>
7c14b0
		<edit name="family" mode="prepend">
7c14b0
			<string>Jomolhari</string>
7c14b0
		</edit>
7c14b0
        </match>
7c14b0
        <match>
7c14b0
		<test name="lang">
7c14b0
                        <string>dz-bt</string>
7c14b0
                </test>
7c14b0
		<test name="family">
7c14b0
			<string>serif</string>
7c14b0
		</test>
7c14b0
		<edit name="family" mode="prepend">
7c14b0
			<string>Jomolhari</string>
7c14b0
		</edit>
7c14b0
        </match>
7c14b0
        <match>
7c14b0
		<test name="lang">
7c14b0
                        <string>dz</string>
7c14b0
                </test>
7c14b0
		<test name="family">
7c14b0
			<string>serif</string>
7c14b0
		</test>
7c14b0
		<edit name="family" mode="prepend">
7c14b0
			<string>Jomolhari</string>
7c14b0
		</edit>
7c14b0
        </match>
7c14b0
7c14b0
	<match target="font">
7c14b0
	  <test name="family" ignore-blanks="yes">
7c14b0
	    <string>Jomolhari</string>
7c14b0
	  </test>
7c14b0
	  <edit name="autohint" mode="assign">
7c14b0
	    <bool>true</bool>
7c14b0
	  </edit>
7c14b0
        </match>
7c14b0
</fontconfig>
7c14b0