Blame SOURCES/jomolhari-fonts-fontconfig.conf

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