diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-01 15:09:41 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-01 15:09:41 +0000 |
commit | 1726eb76a660fd56c7c7fb32e750042559320b31 (patch) | |
tree | f45a241df94def3af17f4dd8e3a9b121960d255d /65-0-gubbi.conf | |
parent | 4f7c924b66f1123f8970242b594f6fe7d0998e03 (diff) |
automatic import of gubbi-fontsopeneuler24.03_LTS
Diffstat (limited to '65-0-gubbi.conf')
-rw-r--r-- | 65-0-gubbi.conf | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/65-0-gubbi.conf b/65-0-gubbi.conf new file mode 100644 index 0000000..d7eb8b5 --- /dev/null +++ b/65-0-gubbi.conf @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE fontconfig SYSTEM "fonts.dtd"> +<fontconfig> +<match> + <test name="lang" compare="contains"> + <string>kn</string> + </test> + <test name="family"> + <string>serif</string> + </test> + <edit name="family" mode="prepend"> + <string>Gubbi</string> + </edit> +</match> + +<alias> + <family>Gubbi</family> + <default> + <family>serif</family> + </default> +</alias> +</fontconfig> |