375a597da4
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/paktype-tehreer-fonts#de35a44818d612d3ca176dd7b6a64e8d554cf7bd
48 lines
895 B
XML
48 lines
895 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
|
<fontconfig>
|
|
<match>
|
|
<test name="lang">
|
|
<string>pa-pk</string>
|
|
</test>
|
|
<test name="family">
|
|
<string>sans-serif</string>
|
|
</test>
|
|
<edit name="family" mode="prepend">
|
|
<string>PakType Tehreer</string>
|
|
</edit>
|
|
</match>
|
|
|
|
<match>
|
|
<test name="lang">
|
|
<string>ur-pk</string>
|
|
</test>
|
|
<test name="family">
|
|
<string>sans-serif</string>
|
|
</test>
|
|
<edit name="family" mode="prepend">
|
|
<string>PakType Tehreer</string>
|
|
</edit>
|
|
</match>
|
|
|
|
<match>
|
|
<test name="lang">
|
|
<string>ur-in</string>
|
|
</test>
|
|
<test name="family">
|
|
<string>sans-serif</string>
|
|
</test>
|
|
<edit name="family" mode="prepend">
|
|
<string>PakType Tehreer</string>
|
|
</edit>
|
|
</match>
|
|
|
|
<alias>
|
|
<family>PakType Tehreer</family>
|
|
<default>
|
|
<family>sans-serif</family>
|
|
</default>
|
|
</alias>
|
|
</fontconfig>
|
|
|