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/50-user.conf | 112 +++++++++++++++++++++++++++++++++ 1 file changed, 112 insertions(+) create mode 100644 _config/fontconfig/conf.d/50-user.conf (limited to '_config/fontconfig/conf.d/50-user.conf') diff --git a/_config/fontconfig/conf.d/50-user.conf b/_config/fontconfig/conf.d/50-user.conf new file mode 100644 index 0000000..fda01a0 --- /dev/null +++ b/_config/fontconfig/conf.d/50-user.conf @@ -0,0 +1,112 @@ + + + + + + + + + + Source Serif Pro + serif + + + + Source Code Pro + monospace + + + Fira Code + monospace + + + + + + + serif + + Source Serif Pro + Noto Serif + + + + + sans-serif + + Source Sans Pro + Noto Sans + + Noto Sans CJK SC + Noto Sans CJK TC + Noto Sans CJK JP + Noto Sans CJK KR + + + + + monospace + + Source Code Pro + Fira Code + Noto Mono + + Noto Sans Mono CJK SC + Noto Sans Mono CJK TC + Noto Sans Mono CJK JP + Noto Sans Mono CJK KR + + + + + + + Helvetica + + + Source Sans Pro + + + + + Arial + + + Source Sans Pro + + + -- cgit v1.2.2