diff options
Diffstat (limited to '_config/fontconfig/conf.d/41-noto-cjk-sans-sc.conf')
-rw-r--r-- | _config/fontconfig/conf.d/41-noto-cjk-sans-sc.conf | 101 |
1 files changed, 0 insertions, 101 deletions
diff --git a/_config/fontconfig/conf.d/41-noto-cjk-sans-sc.conf b/_config/fontconfig/conf.d/41-noto-cjk-sans-sc.conf deleted file mode 100644 index 8b5c682..0000000 --- a/_config/fontconfig/conf.d/41-noto-cjk-sans-sc.conf +++ /dev/null @@ -1,101 +0,0 @@ -<?xml version="1.0"?> -<!DOCTYPE fontconfig SYSTEM "fonts.dtd"> -<fontconfig> - - <!-- - Google Noto CJK font configurations for simplified Chinese - - Credit: - * Fedora package: google-noto-cjk-fonts - --> - - <match> - <test name="lang"> - <string>zh-cn</string> - </test> - <test name="family"> - <string>monospace</string> - </test> - <edit name="family" mode="prepend"> - <string>Noto Sans Mono CJK SC</string> - </edit> - </match> - <match> - <test name="lang"> - <string>zh-sg</string> - </test> - <test name="family"> - <string>monospace</string> - </test> - <edit name="family" mode="prepend"> - <string>Noto Sans Mono CJK SC</string> - </edit> - </match> - - <alias> - <family>Noto Sans Mono CJK SC</family> - <default> - <family>monospace</family> - </default> - </alias> - - <match> - <test name="lang"> - <string>zh-cn</string> - </test> - <test name="family"> - <string>serif</string> - </test> - <edit name="family" mode="prepend"> - <string>Noto Sans CJK SC</string> - </edit> - </match> - <match> - <test name="lang"> - <string>zh-sg</string> - </test> - <test name="family"> - <string>serif</string> - </test> - <edit name="family" mode="prepend"> - <string>Noto Sans CJK SC</string> - </edit> - </match> - - <alias> - <family>Noto Sans CJK SC</family> - <default> - <family>serif</family> - </default> - </alias> - - <match> - <test name="lang"> - <string>zh-cn</string> - </test> - <test name="family"> - <string>sans-serif</string> - </test> - <edit name="family" mode="prepend"> - <string>Noto Sans CJK SC</string> - </edit> - </match> - <match> - <test name="lang"> - <string>zh-sg</string> - </test> - <test name="family"> - <string>sans-serif</string> - </test> - <edit name="family" mode="prepend"> - <string>Noto Sans CJK SC</string> - </edit> - </match> - - <alias> - <family>Noto Sans CJK SC</family> - <default> - <family>sans-serif</family> - </default> - </alias> -</fontconfig> |