From c51a8d9f62ba9fd260ab3d4cde164c081ed20988 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Tue, 6 Dec 2016 21:55:02 +0800 Subject: fontconfig: Re-order configs; Move "fonts.conf" as "50-user.conf" NOTE: Explicitly set the orders for Noto CJK fonts (SC, TC, JP, KR), in order to get rid of "LC_CTYPE" environment variable. Therefore, the preferred English fonts (e.g., Source Code Pro, Source Sans Pro) are by default used, avoiding the Chinese fonts being prepend at the beginning. --- _config/fontconfig/conf.d/66-noto-serif.conf | 72 ++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 _config/fontconfig/conf.d/66-noto-serif.conf (limited to '_config/fontconfig/conf.d/66-noto-serif.conf') diff --git a/_config/fontconfig/conf.d/66-noto-serif.conf b/_config/fontconfig/conf.d/66-noto-serif.conf new file mode 100644 index 0000000..6cd2a73 --- /dev/null +++ b/_config/fontconfig/conf.d/66-noto-serif.conf @@ -0,0 +1,72 @@ + + + + + + + + + Noto Serif Armenian + serif + + + Noto Serif Bengali + serif + + + Noto Serif Devanagari + serif + + + Noto Serif Georgian + serif + + + Noto Serif Gujarati + serif + + + Noto Serif Kannada + serif + + + Noto Serif Khmer + serif + + + Noto Serif Lao + serif + + + Noto Serif Malayalam + serif + + + Noto Serif Tamil + serif + + + Noto Serif Telugu + serif + + + Noto Serif Thai + serif + + + Noto Serif + serif + + + + + serif + + Noto Serif + + + -- cgit v1.2.2