From 1726eb76a660fd56c7c7fb32e750042559320b31 Mon Sep 17 00:00:00 2001 From: CoprDistGit <infra@openeuler.org> Date: Thu, 1 Aug 2024 15:09:41 +0000 Subject: automatic import of gubbi-fonts --- 65-0-gubbi.conf | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 65-0-gubbi.conf (limited to '65-0-gubbi.conf') 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> -- cgit v1.2.3