diff options
author | Max Rees <maxcrees at me.com> | 2018-08-03 03:21:48 -0400 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-08-03 09:34:37 +0000 |
commit | fd038c48dbdf6cee0cc738446332cc354f47463f (patch) | |
tree | b9ed2f29f45f20235b5b38fd6d50b6802c68a965 /user/ttf-noto/90-non-tt-noto-sans-cjk.conf | |
parent | d1b0a417e37f464f583aa3081c3cfd0b6fa8cabb (diff) | |
download | packages-fd038c48dbdf6cee0cc738446332cc354f47463f.tar.gz packages-fd038c48dbdf6cee0cc738446332cc354f47463f.tar.bz2 packages-fd038c48dbdf6cee0cc738446332cc354f47463f.tar.xz packages-fd038c48dbdf6cee0cc738446332cc354f47463f.zip |
user/ttf-noto: fix license, drop unused cjk config file
Diffstat (limited to 'user/ttf-noto/90-non-tt-noto-sans-cjk.conf')
-rw-r--r-- | user/ttf-noto/90-non-tt-noto-sans-cjk.conf | 89 |
1 files changed, 0 insertions, 89 deletions
diff --git a/user/ttf-noto/90-non-tt-noto-sans-cjk.conf b/user/ttf-noto/90-non-tt-noto-sans-cjk.conf deleted file mode 100644 index 92f4cff7e..000000000 --- a/user/ttf-noto/90-non-tt-noto-sans-cjk.conf +++ /dev/null @@ -1,89 +0,0 @@ -<?xml version='1.0'?> -<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'> -<fontconfig> - - <match target="font" > - <test name="family" > - <string>Noto Sans CJK SC</string> - </test> - <edit name="autohint" mode="assign"> - <bool>true</bool> - </edit> - <edit name="hintstyle" mode="assign"> - <const>hintslight</const> - </edit> - <edit name="hinting" mode="assign"> - <bool>true</bool> - </edit> - <edit name="antialias" mode="assign"> - <bool>true</bool> - </edit> - <edit name="globaladvance"> - <bool>false</bool> - </edit> - </match> - - <match target="font" > - <test name="family" > - <string>Noto Sans CJK TC</string> - </test> - <edit name="autohint" mode="assign"> - <bool>true</bool> - </edit> - <edit name="hintstyle" mode="assign"> - <const>hintslight</const> - </edit> - <edit name="hinting" mode="assign"> - <bool>true</bool> - </edit> - <edit name="antialias" mode="assign"> - <bool>true</bool> - </edit> - <edit name="globaladvance"> - <bool>false</bool> - </edit> - </match> - - <match target="font" > - <test name="family" > - <string>Noto Sans CJK JP</string> - </test> - <edit name="autohint" mode="assign"> - <bool>true</bool> - </edit> - <edit name="hintstyle" mode="assign"> - <const>hintslight</const> - </edit> - <edit name="hinting" mode="assign"> - <bool>true</bool> - </edit> - <edit name="antialias" mode="assign"> - <bool>true</bool> - </edit> - <edit name="globaladvance"> - <bool>false</bool> - </edit> - </match> - - <match target="font" > - <test name="family" > - <string>Noto Sans CJK KR</string> - </test> - <edit name="autohint" mode="assign"> - <bool>true</bool> - </edit> - <edit name="hintstyle" mode="assign"> - <const>hintslight</const> - </edit> - <edit name="hinting" mode="assign"> - <bool>true</bool> - </edit> - <edit name="antialias" mode="assign"> - <bool>true</bool> - </edit> - <edit name="globaladvance"> - <bool>false</bool> - </edit> - </match> - -</fontconfig> |