kacst-fonts/67-kacst-screen.conf
Petr Šabata 0a0ae85207 RHEL 9.0.0 Alpha bootstrap
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
2020-10-15 14:28:29 +02:00

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>KacstScreen</string>
</edit>
</match>
<alias>
<family>KacstScreen</family>
<default>
<family>sans-serif</family>
</default>
</alias>
</fontconfig>