aboutsummaryrefslogtreecommitdiffstats
path: root/_config/fontconfig/conf.d/66-noto-cursive.conf
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@outlook.com>2016-12-06 21:55:02 +0800
committerAaron LI <aaronly.me@outlook.com>2016-12-06 21:55:02 +0800
commitc51a8d9f62ba9fd260ab3d4cde164c081ed20988 (patch)
treecbd106acbad1498d50989a4993288f1901e414eb /_config/fontconfig/conf.d/66-noto-cursive.conf
parented5c60d80b163b4ba7204d7ab694c0ca0607cffa (diff)
downloaddotfiles-c51a8d9f62ba9fd260ab3d4cde164c081ed20988.tar.bz2
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.
Diffstat (limited to '_config/fontconfig/conf.d/66-noto-cursive.conf')
-rw-r--r--_config/fontconfig/conf.d/66-noto-cursive.conf28
1 files changed, 28 insertions, 0 deletions
diff --git a/_config/fontconfig/conf.d/66-noto-cursive.conf b/_config/fontconfig/conf.d/66-noto-cursive.conf
new file mode 100644
index 0000000..173087a
--- /dev/null
+++ b/_config/fontconfig/conf.d/66-noto-cursive.conf
@@ -0,0 +1,28 @@
+<?xml version="1.0"?>
+<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
+<fontconfig>
+
+ <!--
+ Google Noto font configurations
+
+ Generic family identifications for Noto "cursive" fonts
+ -->
+
+ <!-- Generic family name assignment -->
+ <alias>
+ <family>Noto Kufi Arabic</family>
+ <default><family>cursive</family></default>
+ </alias>
+ <alias>
+ <family>Noto Naskh Arabic UI</family>
+ <default><family>cursive</family></default>
+ </alias>
+ <alias>
+ <family>Noto Naskh Arabic</family>
+ <default><family>cursive</family></default>
+ </alias>
+ <alias>
+ <family>Noto Nastaliq Urdu</family>
+ <default><family>cursive</family></default>
+ </alias>
+</fontconfig>