0a0ae85207
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/kacst-fonts#90ea4620aec6099a298635e3861dd9ddb3fe1c7f
23 lines
451 B
XML
23 lines
451 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
|
<fontconfig>
|
|
<match>
|
|
<test name="lang" compare="contains">
|
|
<string>ar</string>
|
|
</test>
|
|
<test name="family">
|
|
<string>sans-serif</string>
|
|
</test>
|
|
<edit name="family" mode="prepend" >
|
|
<string>KacstOffice</string>
|
|
</edit>
|
|
</match>
|
|
<alias>
|
|
<family>KacstOffice</family>
|
|
<default>
|
|
<family>sans-serif</family>
|
|
</default>
|
|
</alias>
|
|
</fontconfig>
|
|
|